summaryrefslogtreecommitdiff
path: root/makeinfo/tests/html-min
diff options
context:
space:
mode:
Diffstat (limited to 'makeinfo/tests/html-min')
-rwxr-xr-xmakeinfo/tests/html-min8
1 files changed, 8 insertions, 0 deletions
diff --git a/makeinfo/tests/html-min b/makeinfo/tests/html-min
new file mode 100755
index 0000000..948071a
--- /dev/null
+++ b/makeinfo/tests/html-min
@@ -0,0 +1,8 @@
+#!/bin/sh
+# Test that a minimal Texinfo file can be converted to HTML.
+
+../makeinfo --html --no-split ${srcdir-.}/html-min.txi
+exit_status=$?
+
+rm -f html-min.html
+exit $exit_status