diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 18:57:35 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 18:57:35 +0200 |
commit | 2a5bc26ece3b6596ce47530ba93d8a61d3c9790a (patch) | |
tree | dad428ab19720b70ba5e8f91522155949bff7a1f /Makefile | |
parent | d18e9d7f5dd2a76b31ee2beab96073973c3c8249 (diff) | |
download | luatexbase-2a5bc26ece3b6596ce47530ba93d8a61d3c9790a.tar.gz |
Dual test file for mcallbacks.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,7 +8,8 @@ LOADER_RUN = luatexbase-loader.sty luatexbase.loader.lua MOD_RUN = luatexbase-modutils.sty luatexbase.modutils.lua # Files grouped by generation mode -UNPACKED_MCB = test-luamcallbacks.tex luamcallbacks.lua +UNPACKED_MCB = luamcallbacks.lua \ + test-callbacks-latex.tex test-callbacks-plain.tex UNPACKED_REGS = luatexbase-regs.sty \ test-regs-plain.tex test-regs-latex.tex UNPACKED_ATTR = luatexbase-attr.sty luatexbase.attr.lua \ @@ -103,7 +104,8 @@ check-modutils: $(UNPACKED_MODUTILS) $(LOADER_RUN) lualatex --interaction=batchmode test-modutils-latex.tex >/dev/null check-mcb: $(UNPACKED_MCB) $(LOADER_RUN) $(MOD_RUN) - luatex --interaction=batchmode test-luamcallbacks.tex >/dev/null + luatex --interaction=batchmode test-callbacks-plain.tex >/dev/null + lualatex --interaction=batchmode test-callbacks-latex.tex >/dev/null $(CTAN_ZIP): $(SOURCE) $(COMPILED) $(TDS_ZIP) @echo "Making $@ for CTAN upload." |