summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRobert Norton2018-01-29 17:32:54 +0000
committerRobert Norton2018-01-29 17:32:54 +0000
commitdfd8939377c2802d9ff5be3d36abcafd59c90f16 (patch)
tree8420043de99af88f1efc5ac5e377820999a7bcc5 /test
parent15f43a1324fbb1edb0087b828e0fc6137e9de94a (diff)
use check target in makefile when checking riscv spec.
Diffstat (limited to 'test')
-rwxr-xr-xtest/riscv/run_tests.sh2
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