xref: /haiku/src/tests/servers/app/benchmark/Jamfile (revision 788e359072485f0439a9bed8278168aed8fe023b)
1SubDir HAIKU_TOP src tests servers app benchmark ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UseHeaders [ FDirName os app ] ;
7UseHeaders [ FDirName os interface ] ;
8
9Application 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++ ]
19;
20
21if ( $(TARGET_PLATFORM) = libbe_test ) {
22	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Benchmark
23		: tests!apps ;
24}
25
26