summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-02 21:32:41 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-02 21:32:41 +0100
commite8016ee1a59d7d5921bc4918a65ce6a37a4b07e7 (patch)
treee98897d100f9eb7340f22f2068b1ad462cb2a144 /Makefile
parent23b4da05696ec0c3a4c48083209ae37facd09acc (diff)
downloadluaotfload-e8016ee1a59d7d5921bc4918a65ce6a37a4b07e7.tar.gz
[*] excise test-related make rules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 2 insertions, 23 deletions
diff --git a/Makefile b/Makefile
index 2d618e7..aec2ac0 100644
--- a/Makefile
+++ b/Makefile
@@ -34,12 +34,6 @@ UNPACKED = luaotfload.sty luaotfload.lua
GENERATED = $(GRAPHED) $(UNPACKED) $(COMPILED) $(RESOURCES) $(MAN)
SOURCE = $(DTX) $(MANSOURCE) $(OTFL) README Makefile NEWS $(RESOURCESCRIPTS)
-# test files
-TESTDIR = tests
-TESTSTATUS = $(wildcard $(TESTDIR)/*.tex $(TESTDIR)/*.ltx)
-TESTSTATUS_SYS = $(TESTDIR)/systemfonts.tex $(TESTDIR)/fontconfig_conf_reading.tex
-TESTSTATUS_TL = $(filter-out $(TESTSTATUS_SYS), $(TESTSTATUS))
-
# Files grouped by installation location
SCRIPTSTATUS = $(SCRIPT) $(OLDSCRIPT) $(RESOURCESCRIPTS)
RUNSTATUS = $(UNPACKED) $(filter-out $(SCRIPTSTATUS),$(OTFL))
@@ -146,21 +140,6 @@ install: $(ALL_STATUS)
@echo "Installing in '$(TEXMFROOT)'."
$(run-install)
-check: $(RUNSTATUS) $(TESTSTATUS_TL)
- @rm -rf var
- @for f in $(TESTSTATUS_TL); do \
- echo "check: luatex $$f"; \
- luatex --interaction=batchmode $$f \
- > /dev/null || exit $$?; \
- done
-
-check-all: $(TESTSTATUS_SYS) check
- @cd $(TESTDIR); for f in $(TESTSTATUS_SYS); do \
- echo "check: luatex $$f"; \
- $(TESTENV) luatex --interaction=batchmode ../$$f \
- > /dev/null || exit $$?; \
- done
-
manifest:
@echo "Source files:"
@for f in $(SOURCE); do echo $$f; done
@@ -169,9 +148,9 @@ manifest:
@for f in $(GENERATED); do echo $$f; done
clean:
- @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.out $(TESTDIR)/*.log
+ @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.out
mrproper: clean
- @$(RM) -- $(GENERATED) $(ZIPS) $(GLYPHSOURCE) $(TESTDIR)/*.pdf
+ @$(RM) -- $(GENERATED) $(ZIPS) $(GLYPHSOURCE)
@$(RM) -r -- $(DISTDIR)