From 80938855936bc98a4148c2f4574302275326937f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 3 Sep 2002 01:13:45 +0000 Subject: [PATCH] Added BBitmap tests to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@969 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/interface/Jamfile | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/tests/kits/interface/Jamfile b/src/tests/kits/interface/Jamfile index 1631ea8d4c..a080e0a85e 100644 --- a/src/tests/kits/interface/Jamfile +++ b/src/tests/kits/interface/Jamfile @@ -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 + + : libopenbeos.so + be stdc++.r4 + : be stdc++.r4 + : + : app support +; + +SubInclude OBOS_TOP src tests kits interface bprintjob ;