summaryrefslogtreecommitdiff
path: root/tests/gentest/include.3.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gentest/include.3.m4')
-rwxr-xr-xtests/gentest/include.3.m424
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/gentest/include.3.m4 b/tests/gentest/include.3.m4
deleted file mode 100755
index 0f286a81..00000000
--- a/tests/gentest/include.3.m4
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-# gentest/include.3.m4 is part of the GNU m4 testsuite
-# generated from example in ../doc/m4.texinfo line 2489
-
-. ${srcdir}/defs
-
-cat <<\EOF >in
-define(`bar', include(`incl.m4'))
-This is `bar': >>>bar<<<
-EOF
-
-cat <<\EOF >ok
-
-This is bar: >>>Include file start
-foo
-Include file end
-<<<
-EOF
-
-M4PATH=$srcdir $M4 -d in >out
-
-$CMP -s out ok
-