1SubDir HAIKU_TOP src tests servers app benchmark ;
2
3AddSubDirSupportedPlatforms libbe_test ;
4
5UseHeaders [ FDirName os app ] ;
6UseHeaders [ FDirName os interface ] ;
7
8Application Benchmark :
9	Benchmark.cpp
10	DrawingModeToString.cpp
11	HorizontalLineTest.cpp
12	RandomLineTest.cpp
13	StringTest.cpp
14	Test.cpp
15	TestWindow.cpp
16	VerticalLineTest.cpp
17	: be [ TargetLibstdc++ ] [ TargetLibsupc++ ]
18;
19
20if ( $(TARGET_PLATFORM) = libbe_test ) {
21	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Benchmark
22		: tests!apps ;
23}
24
25