Appearance: allow to use it in test_app_server

For testing fonts and font antialiasing settings.
This commit is contained in:
Adrien Destugues
2015-01-06 15:58:40 +01:00
parent 4601929263
commit 784064856f
+7
View File
@@ -1,5 +1,7 @@
SubDir HAIKU_TOP src preferences appearance ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders app interface [ FDirName servers app ] ;
UseBuildFeatureHeaders freetype ;
@@ -45,3 +47,8 @@ DoCatalogs Appearance :
FontView.cpp
FontSelectionView.cpp
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Appearance
: tests!apps ;
}