1SubDir HAIKU_TOP src tests servers app find_view ;
2
3AddSubDirSupportedPlatforms libbe_test ;
4
5UseHeaders [ FDirName os app ] ;
6UseHeaders [ FDirName os interface ] ;
7
8Application FindView :
9	FindView.cpp
10	: be [ TargetLibstdc++ ] [ TargetLibsupc++ ]
11;
12
13if ( $(TARGET_PLATFORM) = libbe_test ) {
14	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : FindView
15		: tests!apps ;
16}
17
18