-# $OpenBSD: Makefile,v 1.24 2008/08/16 09:57:12 espie Exp $
+# $OpenBSD: Makefile,v 1.25 2008/08/16 10:02:32 espie Exp $
FIBOMAX=25
M4=m4
test-patterns trip test-strangequotes test-redef test-quotes \
test-weird test-args test-args2 test-esyscmd test-eval test-gnupatterns \
test-gnupatterns2 test-comments test-synch1 test-synch1bis \
- test-gnuformat
+ test-gnuformat test-includes
test-ff_after_dnl: ff_after_dnl.m4
${M4} ff_after_dnl.m4 | diff - ${.CURDIR}/ff_after_dnl.out
test-args:
${M4} ${.CURDIR}/args.m4 | diff - ${.CURDIR}/args.out
+test-includes:
+ ${M4} -I${.CURDIR} ${.CURDIR}/includes.m4 | \
+ diff - ${.CURDIR}/includes.out
+
test-esyscmd:
${M4} ${.CURDIR}/esyscmd.m4 | diff -u - ${.CURDIR}/esyscmd.out
--- /dev/null
+dnl $OpenBSD: includes.m4,v 1.1 2008/08/16 10:02:32 espie Exp $
+dnl Check that include can occur within parameters
+define(`foo', include(includes.aux))dnl
+foo