aboutsummaryrefslogtreecommitdiff
path: root/tests/cpu_trap/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpu_trap/test.sh')
-rwxr-xr-xtests/cpu_trap/test.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/cpu_trap/test.sh b/tests/cpu_trap/test.sh
new file mode 100755
index 0000000..430af14
--- /dev/null
+++ b/tests/cpu_trap/test.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+TEST_NAME="cpu_trap"
+
+# Load common test shell functions
+. "$(dirname "$0")/../test.sh"
+
+# Build cli binary
+qtmips_make sub-qtmips_cli
+
+# Compile mips binary
+mips_make_test
+
+# Run test
+qtmips_run qtmips_cli/qtmips_cli --fail-match O "$TEST_DIR/cpu_trap"