diff options
author | marha <marha@users.sourceforge.net> | 2011-01-19 10:06:48 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-19 10:06:48 +0000 |
commit | 6e3cfc5bc8ca969856e4d56dec01870df709d75a (patch) | |
tree | 92d253c403ac0ecfbb1c2859c283649bd46da65b /fontconfig/test/Makefile.am | |
parent | fe39224c389ccc187c2232d9cc796599e150fa6b (diff) | |
download | vcxsrv-6e3cfc5bc8ca969856e4d56dec01870df709d75a.tar.gz vcxsrv-6e3cfc5bc8ca969856e4d56dec01870df709d75a.tar.bz2 vcxsrv-6e3cfc5bc8ca969856e4d56dec01870df709d75a.zip |
Added libXft-2.2.0 fontconfig-2.8.0 libXrender-0.9.6
Diffstat (limited to 'fontconfig/test/Makefile.am')
-rw-r--r-- | fontconfig/test/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fontconfig/test/Makefile.am b/fontconfig/test/Makefile.am new file mode 100644 index 000000000..72da8d64a --- /dev/null +++ b/fontconfig/test/Makefile.am @@ -0,0 +1,9 @@ +check_SCRIPTS=run-test.sh +TESTS_ENVIRONMENT=src=${srcdir} sh +TESTS=run-test.sh + +TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in + +EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA) + +CLEANFILES= |