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