Compile all tests before running tests.

pull/2743/merge
Roger A. Light 3 years ago
parent 50b8d66e67
commit ef33a33539

@ -88,7 +88,7 @@ test-compile: mosquitto lib
$(MAKE) -C test test-compile
$(MAKE) -C plugins test-compile
test : mosquitto lib apps
test : mosquitto lib apps test-compile
$(MAKE) -C test test
$(MAKE) -C plugins test

Loading…
Cancel
Save