From a7066a20f17858d33979937cd6295746b5cd2847 Mon Sep 17 00:00:00 2001 From: Alec Vercruysse Date: Mon, 27 Mar 2023 13:47:26 -0700 Subject: [PATCH] add tests/coverage/ tests as a target to sim/Makefile --- sim/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sim/Makefile b/sim/Makefile index bf6255b33..540c9418f 100644 --- a/sim/Makefile +++ b/sim/Makefile @@ -1,5 +1,5 @@ -all: riscoftests memfiles +all: riscoftests memfiles coveragetests # *** Build old tests/imperas-riscv-tests for now; # Delete this part when the privileged tests transition over to tests/wally-riscv-arch-test # DH: 2/27/22 temporarily commented out imperas-riscv-tests because license expired @@ -50,3 +50,6 @@ riscoftests: make -C ../tests/riscof/ memfiles: make -f makefile-memfile wally-sim-files --jobs + +coveragetests: + make -C ../tests/coverage/