summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/OR_PRACTICAL_C/test.csh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/C/CONTRIB/OR_PRACTICAL_C/test.csh')
-rw-r--r--reference/C/CONTRIB/OR_PRACTICAL_C/test.csh32
1 files changed, 32 insertions, 0 deletions
diff --git a/reference/C/CONTRIB/OR_PRACTICAL_C/test.csh b/reference/C/CONTRIB/OR_PRACTICAL_C/test.csh
new file mode 100644
index 0000000..b3beec8
--- /dev/null
+++ b/reference/C/CONTRIB/OR_PRACTICAL_C/test.csh
@@ -0,0 +1,32 @@
+#!/bin/csh
+#
+# Test file for the program tlint
+#
+#----------------------------------------
+# Print commands as they are executed
+#
+set echo
+#----------------------------------------
+# Try something normal
+#
+tlint troff.test
+#----------------------------------------
+# Try non-existent macro and font file
+tlint -mno-name
+tlint -fno-name
+#----------------------------------------
+# Try a bad macro file
+tlint -mbad.mac </dev/null
+#----------------------------------------
+# Try font file with two-character name
+tlint -ftwo.font </dev/null
+#----------------------------------------
+# Try a single-character macro
+tlint -msingle.mac bold.test
+#----------------------------------------
+# Try an illegal option
+tlint -qdummy
+#----------------------------------------
+# Try non-existent file
+tlint dummy
+