xref: /haiku/src/tests/system/kernel/util/Jamfile (revision 1d9d47fc72028bb71b5f232a877231e59cfe2438)
1SubDir HAIKU_TOP src tests system kernel util ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UsePrivateHeaders [ FDirName kernel util ] ;
7UsePrivateHeaders [ FDirName kernel ] ;
8UseHeaders [ FDirName $(HAIKU_TOP) src tests kits app ] ;
9
10# Two versions of the test lib are not really needed until
11# we start linking to Be libraries, but it doesn't hurt...
12UnitTestLib libkernelutilstest.so
13	: KernelUtilsTestAddon.cpp
14#	  AVLTreeMapTest.cpp
15	  SinglyLinkedListTest.cpp
16	  DoublyLinkedListTest.cpp
17	  VectorMapTest.cpp
18	  VectorSetTest.cpp
19	  VectorTest.cpp
20	: $(TARGET_LIBSTDC++)
21;
22
23