aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/delout.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/delout.sh')
-rwxr-xr-xtest/mppa/delout.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mppa/delout.sh b/test/mppa/delout.sh
new file mode 100755
index 00000000..e9c72e1c
--- /dev/null
+++ b/test/mppa/delout.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+for folder in prng mmult sort instr interop; do
+ rm -f $folder/*.out
+ rm -f $folder/out/*
+done