mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 01:32:49 -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
|