git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3745 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
435 B
Plaintext
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
|
|
:
|
|
:
|
|
;
|
|
|