aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/machine-unit-tests/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/machine-unit-tests/test.sh b/tests/machine-unit-tests/test.sh
index c916f74..2f06965 100755
--- a/tests/machine-unit-tests/test.sh
+++ b/tests/machine-unit-tests/test.sh
@@ -6,6 +6,8 @@ TEST_NAME="machine-unit-test"
# Build tests binary
qtmips_make sub-qtmips_machine-tests
+# Build test data
+mips_make_test
# Run unit tests
qtmips_run qtmips_machine/tests/tst_machine || echo_fail "Test $TEST_NAME failed!"