summaryrefslogtreecommitdiffstats
path: root/make/scripts/clean-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/clean-tests.sh')
-rwxr-xr-xmake/scripts/clean-tests.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/scripts/clean-tests.sh b/make/scripts/clean-tests.sh
new file mode 100755
index 000000000..cc2fdd922
--- /dev/null
+++ b/make/scripts/clean-tests.sh
@@ -0,0 +1,6 @@
+#! /bin/bash
+
+rm -rf ../build/test/* \
+ ../build/jogl/jogl.test.jar \
+ ../build/jar/jogl.test.jar
+