aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-19 21:16:46 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-19 21:16:46 +0100
commit2c6562fa78e884d66b8c2a306f020101e8803f2e (patch)
tree7e9a940cb73fcdf3424ff5443163ba51da0ef82c /tests
parent04ea2670be26291a17808bd704ce3549795953a0 (diff)
downloadqtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.tar.gz
qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.tar.bz2
qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.zip
Just something I had stagged
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!"