diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-20 17:50:41 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-20 17:50:41 +0200 |
commit | 77576a1a919a9e97ca51493ba2f37060d1358af1 (patch) | |
tree | 763fd4c22682cf37ce7b4d3b21c21003db3281ed | |
parent | ea1bf4512a22082e3e6c712c4f0722be31452cf1 (diff) | |
download | luaotfload-77576a1a919a9e97ca51493ba2f37060d1358af1.tar.gz |
Adding the .ltx files in the tests
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ SOURCE = $(DTX) $(OTFL) README Makefile NEWS $(SCRIPT) # test files TESTDIR = tests -TESTFILES = $(wildcard $(TESTDIR)/*.tex) +TESTFILES = $(wildcard $(TESTDIR)/*.tex $(TESTDIR)/*.ltx) TESTFILES_SYS = $(TESTDIR)/systemfonts.tex $(TESTDIR)/fontconfig_conf_reading.tex TESTFILES_TL = $(filter-out $(TESTFILES_SYS), $(TESTFILES)) |