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