diff options
author | Karel Kočí <cynerd@email.cz> | 2017-11-19 21:16:46 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-11-19 21:16:46 +0100 |
commit | 2c6562fa78e884d66b8c2a306f020101e8803f2e (patch) | |
tree | 7e9a940cb73fcdf3424ff5443163ba51da0ef82c /tests/machine-unit-tests/test.sh | |
parent | 04ea2670be26291a17808bd704ce3549795953a0 (diff) | |
download | qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.tar.gz qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.tar.bz2 qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.zip |
Just something I had stagged
Diffstat (limited to 'tests/machine-unit-tests/test.sh')
-rwxr-xr-x | tests/machine-unit-tests/test.sh | 2 |
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!" |