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