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