summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-04-20 17:50:41 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-04-20 17:50:41 +0200
commit77576a1a919a9e97ca51493ba2f37060d1358af1 (patch)
tree763fd4c22682cf37ce7b4d3b21c21003db3281ed /Makefile
parentea1bf4512a22082e3e6c712c4f0722be31452cf1 (diff)
downloadluaotfload-77576a1a919a9e97ca51493ba2f37060d1358af1.tar.gz
Adding the .ltx files in the tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a8770d..ae850ff 100644
--- a/Makefile
+++ b/Makefile
@@ -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))