headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / servers / app / clip_to_picture / Jamfile
blob6151e621f25db45132a9d8ea496e4450306c25b4
1 SubDir HAIKU_TOP src tests servers app clip_to_picture ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 UseHeaders [ FDirName os app ] ;
7 UseHeaders [ FDirName os interface ] ;
9 SimpleTest ClipToPicture :
10         main.cpp
11         : be [ TargetLibsupc++ ]
12         ;
14 if ( $(TARGET_PLATFORM) = libbe_test ) {
15         HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : ClipToPicture
16                 : tests!apps ;