Skip to content

testsuite: Introduce makefile_test test modifier

Ben Gamari requested to merge wip/makefile-test into master

Currently the testsuite's test definitions are littered with boilterplate to invoke make using the run_command test modifier. Here we capture this pattern in the makefile_test modifier.

Merge request reports