headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / servers / app / playground / Jamfile
blob4b3f237999b55743bf7de9c3b2add7ed71a788bc
1 SubDir HAIKU_TOP src tests servers app playground ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 UseHeaders [ FDirName os app ] ;
7 UseHeaders [ FDirName os interface ] ;
9 Application Playground :
10         main.cpp
11         ObjectView.cpp
12         ObjectWindow.cpp
13         States.cpp
14         : be [ TargetLibsupc++ ] localestub
15         : Playground.rdef
18 if ( $(TARGET_PLATFORM) = libbe_test ) {
19         HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Playground
20                 : tests!apps ;
23 DoCatalogs Playground :
24     x-vnd.Haiku-Playground
25     :
26     main.cpp
27     ObjectView.cpp
28     ObjectWindow.cpp