summaryrefslogtreecommitdiff
path: root/examples/reallocarr/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/reallocarr/test.mk')
-rw-r--r--examples/reallocarr/test.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/reallocarr/test.mk b/examples/reallocarr/test.mk
new file mode 100644
index 0000000..b997097
--- /dev/null
+++ b/examples/reallocarr/test.mk
@@ -0,0 +1,6 @@
+.PHONY : test_output
+test_output:
+ @${.OBJDIR}/prog | sed 's/: [^ ][^ ]*/: NNNNNNNN/'; \
+ ${MAKE} ${MAKEFLAGS} cleandir > /dev/null
+
+.include <mkc.minitest.mk>