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