Added BAlert tests to Jamfile

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2005-01-30 05:46:49 +00:00
parent da9a5ee7be
commit eca22332b6

View File

@ -3,6 +3,7 @@ SubDir OBOS_TOP src tests kits interface ;
UsePrivateHeaders interface ;
# Let Jam know where to find some of our source files
SEARCH_SOURCE += [ FDirName $(SUBDIR) balert ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bbitmap ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bdeskbar ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bpolygon ] ;
@ -16,6 +17,9 @@ CommonTestLib libinterfacetest.so
GraphicsDefsTest.cpp
# BAlert
AlertTest.cpp
# BBitmap
BitmapTest.cpp
BBitmapTester.cpp