Jamfile for the kernel utils tests

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3624 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-06-23 05:56:38 +00:00
parent d3a0e7c306
commit 97d879b51e
+15
View File
@@ -0,0 +1,15 @@
SubDir OBOS_TOP src tests kernel core util ;
UsePrivateHeaders [ FDirName kernel util ] ;
# 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
SinglyLinkedListTest.cpp
: stdc++.r4
: stdc++.r4
:
:
;