Add tests/coverage/ tests as a target to sim/Makefile
Created by: AlecVercruysse
Hi all, I am a student in Prof. Harris' SoC class and look forward to contributing to this project!
Currently, the sim/Makefile
, which is called by the top-level makefile to run tests, does not build the tests/coverage
tests. This causes ./regression-wally -coverage
to fail for rv64gc_coverage64gc
unless manually going into tests/coverage
and running make there.
This PR adds those coverage tests as a default target to sim/Makefile
.