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:
@@ -3,6 +3,7 @@ SubDir OBOS_TOP src tests kits interface ;
|
|||||||
UsePrivateHeaders interface ;
|
UsePrivateHeaders interface ;
|
||||||
|
|
||||||
# Let Jam know where to find some of our source files
|
# 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) bbitmap ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bdeskbar ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bdeskbar ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bpolygon ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bpolygon ] ;
|
||||||
@@ -16,6 +17,9 @@ CommonTestLib libinterfacetest.so
|
|||||||
|
|
||||||
GraphicsDefsTest.cpp
|
GraphicsDefsTest.cpp
|
||||||
|
|
||||||
|
# BAlert
|
||||||
|
AlertTest.cpp
|
||||||
|
|
||||||
# BBitmap
|
# BBitmap
|
||||||
BitmapTest.cpp
|
BitmapTest.cpp
|
||||||
BBitmapTester.cpp
|
BBitmapTester.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user