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 ;