aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/do_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/do_test.sh')
-rw-r--r--test/mppa/do_test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/mppa/do_test.sh b/test/mppa/do_test.sh
index ee7cbcf7..add87b66 100644
--- a/test/mppa/do_test.sh
+++ b/test/mppa/do_test.sh
@@ -30,4 +30,12 @@ cat << EOF
##
EOF
(cd instr && make $1 -j8)
+
+cat << EOF
+
+##
+# Interoperability with GCC
+##
+EOF
+(cd interop && make $1 -j8)
}