Closed dsainati1 closed 3 months ago
The make check-tutorial and make check commands were not working because the command passed from the Makefile to the check.sh script was only cn, which did not include the necessary verify argument. This change makes the commands run as expected.
make check-tutorial
make check
Makefile
check.sh
cn
verify
The
make check-tutorial
andmake check
commands were not working because the command passed from theMakefile
to thecheck.sh
script was onlycn
, which did not include the necessaryverify
argument. This change makes the commands run as expected.