Compile all tests before running tests.

This commit is contained in:
Roger A. Light
2023-03-27 23:17:16 +01:00
parent 50b8d66e67
commit ef33a33539
+1 -1
View File
@@ -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