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:
@@ -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
|
||||
:
|
||||
:
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user