mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
2 lines
129 B
Text
Executable file
2 lines
129 B
Text
Executable file
# recompile coverage tests and run coverage including them
|
|
pushd $WALLY/tests/coverage; make; popd; ./regression-wally -coverage
|