diff options
| author | Robert Norton | 2018-01-29 17:32:54 +0000 |
|---|---|---|
| committer | Robert Norton | 2018-01-29 17:32:54 +0000 |
| commit | dfd8939377c2802d9ff5be3d36abcafd59c90f16 (patch) | |
| tree | 8420043de99af88f1efc5ac5e377820999a7bcc5 | |
| parent | 15f43a1324fbb1edb0087b828e0fc6137e9de94a (diff) | |
use check target in makefile when checking riscv spec.
| -rwxr-xr-x | test/riscv/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/riscv/run_tests.sh b/test/riscv/run_tests.sh index 32f6f091..d52caeb4 100755 --- a/test/riscv/run_tests.sh +++ b/test/riscv/run_tests.sh @@ -51,7 +51,7 @@ cd $SAILDIR/riscv printf "Checking specification...\n" -if $SAILDIR/sail prelude.sail riscv_types.sail riscv.sail 1> /dev/null 2> /dev/null; +if make -C $SAILDIR/riscv check; then green "checked RISCV specification" "ok" else |
