summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh')
-rwxr-xr-xMaster/texmf-dist/doc/lualatex/xindex/tests/runTests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh b/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh
index 678bfa40e78..d0c5961407f 100755
--- a/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh
+++ b/Master/texmf-dist/doc/lualatex/xindex/tests/runTests.sh
@@ -16,6 +16,10 @@ lualatex demo3 > /dev/null
xindex -l de demo3 > /dev/null
lualatex demo3 > /dev/null
+echo "demo4"
+xindex demo4 > /dev/null
+lualatex demo4 > /dev/null
+
echo "demo-hyperref"
xindex demo-hyperref > /dev/null
lualatex demo-hyperref > /dev/null