diff options
| author | Jon French | 2019-04-15 16:18:18 +0100 |
|---|---|---|
| committer | Jon French | 2019-04-15 16:18:18 +0100 |
| commit | a9f0b829507e9882efdb59cce4d83ea7e87f5f71 (patch) | |
| tree | 11cde6c1918bc15f4dda9a8e40afd4a1fe912a0a /test/arm | |
| parent | 0f6fd188ca232cb539592801fcbb873d59611d81 (diff) | |
| parent | 57443173923e87f33713c99dbab9eba7e3db0660 (diff) | |
Merge branch 'sail2' into rmem_interpreter
Diffstat (limited to 'test/arm')
| -rwxr-xr-x | test/arm/run_tests.sh | 2 | ||||
| -rw-r--r-- | test/arm/test.isail | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/arm/run_tests.sh b/test/arm/run_tests.sh index b24cc584..9d7af14f 100755 --- a/test/arm/run_tests.sh +++ b/test/arm/run_tests.sh @@ -83,7 +83,7 @@ printf "\nLoading specification into interpreter...\n" cd $SAILDIR/aarch64 -if $SAILDIR/sail -no_lexp_bounds_check -is $DIR/test.isail no_vector.sail 1> /dev/null 2> /dev/null; +if $SAILDIR/sail -undefined_gen -no_lexp_bounds_check -is $DIR/test.isail no_vector.sail 1> /dev/null 2> /dev/null; then green "loaded no_vector specification" "ok"; diff --git a/test/arm/test.isail b/test/arm/test.isail index 8775ed8f..f3f4dfa1 100644 --- a/test/arm/test.isail +++ b/test/arm/test.isail @@ -1,3 +1,4 @@ +:rewrites interpreter :elf ../test/arm/test_O2.elf :output ../test/arm/iresult initialize_registers() |
