Files
haiku-beta6/src/tests/kernel/core/util/Jamfile
T
Ingo Weinhold c303352a8e Added unit tests for the Vector implementation.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3745 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-29 19:46:22 +00:00

19 lines
435 B
Plaintext

SubDir OBOS_TOP src tests kernel core util ;
UsePrivateHeaders [ FDirName kernel util ] ;
UseHeaders [ FDirName $(OBOS_TOP) src tests kits app ] ;
# Two versions of the test lib are not really needed until
# we start linking to Be libraries, but it doesn't hurt...
CommonTestLib libkernelutilstest.so
: KernelUtilsTestAddon.cpp
# AVLTreeMapTest.cpp
SinglyLinkedListTest.cpp
VectorTest.cpp
: stdc++.r4
: stdc++.r4
:
:
;