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