Closed thatplguy closed 3 months ago
make check is a common make target, and it's now available to invoke the check.sh script. Both the makefile and script have been updated to support nonlocal invocation, e.g. make -f some/path/cn-tutorial/Makefile check.
make check
make -f some/path/cn-tutorial/Makefile check
@thatplguy is this PR still live? Who needs to approve the merge?
make check
is a common make target, and it's now available to invoke the check.sh script. Both the makefile and script have been updated to support nonlocal invocation, e.g.make -f some/path/cn-tutorial/Makefile check
.