]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/clean
clean target has no dependencies
[goredo.git] / t / clean
diff --git a/t/clean b/t/clean
new file mode 100755 (executable)
index 0000000..14a4370
--- /dev/null
+++ b/t/clean
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+cd "$(dirname "$(realpath -- "$0")")"
+redo apenwarr/clean
+( cd redo-sh.tests ; ./clean )
+for d in apenwarr redo-sh.tests ; do ( cd $d ; redo-cleanup full >/dev/null ) ; done