Allow to build CharacterMap for the test_app_server.

- I needed to test missing glyphs, and none of the available test apps
  allowed to do so.
This commit is contained in:
Adrien Destugues
2016-02-14 21:12:33 +01:00
parent 42d17c1c2f
commit 6071ca9209
+6
View File
@@ -1,6 +1,7 @@
SubDir HAIKU_TOP src apps charactermap ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders shared system ;
@@ -23,3 +24,8 @@ DoCatalogs CharacterMap :
CharacterWindow.cpp
UnicodeBlocks.cpp
;
if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : CharacterMap
: tests!apps ;
}