diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-06-07 07:30:20 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-06-07 07:30:20 +0300 |
commit | 088ae4bf05db0f3eb4fa0203d3854c3f9b1c9eb6 (patch) | |
tree | adbf421aba20df701314c4f0c0546baabe13a4bb | |
parent | b4d1df9e054a2082ea85dabaf5082f4cc548cdb8 (diff) | |
download | luaotfload-088ae4bf05db0f3eb4fa0203d3854c3f9b1c9eb6.tar.gz |
Move fontconfig test to check-all
It can't find the conf file here and thus failing.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ SOURCE = $(DTX) $(OTFL) README Makefile NEWS $(SCRIPT) # test files TESTDIR = tests TESTFILES = $(wildcard $(TESTDIR)/*.tex) -TESTFILE_SYS = $(TESTDIR)/systemfonts.tex +TESTFILE_SYS = $(TESTDIR)/systemfonts.tex $(TESTDIR)/fontconfig_conf_reading.tex TESTFILES_TL = $(filter-out $(TESTFILE_SYS), $(TESTFILES)) # Files grouped by installation location |