summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/blind
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/fithesis/test/mu/blind
Initial commit
Diffstat (limited to 'macros/latex/contrib/fithesis/test/mu/blind')
-rw-r--r--macros/latex/contrib/fithesis/test/mu/blind/DESCRIPTION4
-rw-r--r--macros/latex/contrib/fithesis/test/mu/blind/Makefile18
2 files changed, 22 insertions, 0 deletions
diff --git a/macros/latex/contrib/fithesis/test/mu/blind/DESCRIPTION b/macros/latex/contrib/fithesis/test/mu/blind/DESCRIPTION
new file mode 100644
index 0000000000..9701c3423e
--- /dev/null
+++ b/macros/latex/contrib/fithesis/test/mu/blind/DESCRIPTION
@@ -0,0 +1,4 @@
+This directory contains blind test files for the style files of the
+Masaryk University (Brno, Czech Republic). Each blind test file is
+compiled by pdfTeX, XeTeX and LuaTeX in an attempt to make them
+fail the compilation.
diff --git a/macros/latex/contrib/fithesis/test/mu/blind/Makefile b/macros/latex/contrib/fithesis/test/mu/blind/Makefile
new file mode 100644
index 0000000000..ea672afc06
--- /dev/null
+++ b/macros/latex/contrib/fithesis/test/mu/blind/Makefile
@@ -0,0 +1,18 @@
+.PHONY: all clean implode
+
+# This target runs all the tests.
+all: implode
+ for file in *.tex; do \
+ [ $$file = '*.tex' ] && continue; \
+ ln -s "$$file" current.tex && \
+ pdflatex current && pdflatex current && make clean && \
+ lualatex current && lualatex current && make implode; \
+ done
+
+# This target removes any auxiliary files.
+clean:
+ rm -f *.aux *.log *.out *.lot *.lof *.toc
+
+# This target removes any files created during the testing.
+implode: clean
+ rm -f texput.log current.*