summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luaimage.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luaimage.test')
-rwxr-xr-xBuild/source/texk/web2c/luatexdir/luaimage.test16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luaimage.test b/Build/source/texk/web2c/luatexdir/luaimage.test
new file mode 100755
index 00000000000..1347bf9b90e
--- /dev/null
+++ b/Build/source/texk/web2c/luatexdir/luaimage.test
@@ -0,0 +1,16 @@
+#! /bin/sh
+#
+# Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
+# You may freely use, modify and/or distribute this file.
+
+TEXMFCNF=$srcdir/../kpathsea
+TEXINPUTS=$srcdir/luatexdir/tests:$srcdir/tests
+TEXFORMATS=.
+
+export TEXMFCNF TEXINPUTS TEXFORMATS
+
+./luatex -ini luaimage || exit 1
+
+./luatex -fmt=luaimage luaimage || exit 1
+
+exit 0 \ No newline at end of file