]> gitweb.ps.run Git - ps-cgit/blobdiff - tests/Makefile
Create initial testsuite
[ps-cgit] / tests / Makefile
diff --git a/tests/Makefile b/tests/Makefile
new file mode 100644 (file)
index 0000000..697e5a1
--- /dev/null
@@ -0,0 +1,13 @@
+
+
+T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
+
+all: $(T)
+
+$(T):
+       @$@
+
+clean:
+       $(RM) -rf trash
+
+.PHONY: $(T) clean