Added BBitmap tests to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@969 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d821f8b21b
commit
8093885593
@ -1,4 +1,25 @@
|
|||||||
SubDir OBOS_TOP src tests kits interface ;
|
SubDir OBOS_TOP src tests kits interface ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src tests kits interface bprintjob ;
|
# Let Jam know where to find some of our source files
|
||||||
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bbitmap ] ;
|
||||||
|
|
||||||
|
UsePublicHeaders interface support ;
|
||||||
|
SEARCH_SOURCE += [ FDirName $(TOP) src kits interface ] ;
|
||||||
|
|
||||||
|
|
||||||
|
CommonTestLib libinterfacetest.so
|
||||||
|
: InterfaceKitTestAddon.cpp
|
||||||
|
|
||||||
|
# BBitmap
|
||||||
|
BitmapTest.cpp
|
||||||
|
BBitmapTester.cpp
|
||||||
|
SetBitsTester.cpp
|
||||||
|
|
||||||
|
: <boot!home!config!lib>libopenbeos.so
|
||||||
|
be stdc++.r4
|
||||||
|
: be stdc++.r4
|
||||||
|
:
|
||||||
|
: app support
|
||||||
|
;
|
||||||
|
|
||||||
|
SubInclude OBOS_TOP src tests kits interface bprintjob ;
|
||||||
|
Loading…
Reference in New Issue
Block a user