summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile
new file mode 100644
index 0000000000..51cc09cb88
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile
@@ -0,0 +1,26 @@
+.PHONY: all implode
+TARGETS=expected-econ-lualatex.pdf expected-fss-pdflatex.pdf \
+ expected-phil-lualatex.pdf expected-econ-pdflatex.pdf \
+ expected-law-lualatex.pdf expected-phil-pdflatex.pdf \
+ expected-fi-lualatex.pdf expected-law-pdflatex.pdf \
+ expected-sci-lualatex.pdf expected-fi-pdflatex.pdf \
+ expected-med-lualatex.pdf expected-sci-pdflatex.pdf \
+ expected-fsps-lualatex.pdf expected-med-pdflatex.pdf \
+ expected-fsps-pdflatex.pdf expected-ped-lualatex.pdf \
+ expected-fss-lualatex.pdf expected-ped-pdflatex.pdf
+EXAMPLEDIR=../../example/mu
+
+# This target runs all the tests.
+all:
+ make -C $(EXAMPLEDIR) implode
+ make -C $(EXAMPLEDIR) all
+ make $(TARGETS)
+
+# This target runs a single test.
+expected-%.pdf: $(EXAMPLEDIR)/%.pdf
+ ../comparepdf.sh $< $@ || \
+ { [ "$(UPDATE_FAILED)" = true ] && mv $< $@; }
+
+# This is a dummy target.
+implode:
+