summaryrefslogtreecommitdiff
path: root/makeinfo/tests/html-min
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-01-17 15:29:11 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-17 15:29:11 +0000
commit4ca63c0cf0f37ab550bcca8b36f67f631cf1f8d0 (patch)
treee055aa1329452dceeafd63de121a048a08a2eb7f /makeinfo/tests/html-min
downloadtexinfo-tarball-4ca63c0cf0f37ab550bcca8b36f67f631cf1f8d0.tar.gz
Tarball conversion
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