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:
Ingo Weinhold 2002-09-03 01:13:45 +00:00
parent d821f8b21b
commit 8093885593
1 changed files with 22 additions and 1 deletions

View File

@ -1,4 +1,25 @@
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 ;