headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / servers / app / benchmark / Jamfile
blob03ce1a8e541188a609e4e26a1ba4a886b29a497c
1 SubDir HAIKU_TOP src tests servers app benchmark ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 UseHeaders [ FDirName os app ] ;
7 UseHeaders [ FDirName os interface ] ;
9 Application Benchmark :
10         Benchmark.cpp
11         DrawingModeToString.cpp
12         HorizontalLineTest.cpp
13         RandomLineTest.cpp
14         StringTest.cpp
15         Test.cpp
16         TestWindow.cpp
17         VerticalLineTest.cpp
18         : be [ TargetLibsupc++ ]
21 if ( $(TARGET_PLATFORM) = libbe_test ) {
22         HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Benchmark
23                 : tests!apps ;