summaryrefslogtreecommitdiff
path: root/src/templating/test3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/templating/test3/Makefile')
-rw-r--r--src/templating/test3/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/templating/test3/Makefile b/src/templating/test3/Makefile
new file mode 100644
index 000000000..1a3e57914
--- /dev/null
+++ b/src/templating/test3/Makefile
@@ -0,0 +1,8 @@
+.PHONY: test clean
+
+test:
+ @../dotest.sh json must
+
+clean:
+ rm -f resu.last vg.last
+