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