mosquitto/test/Makefile
Roger A. Light 72941db546 Coverity fixes
1399064
1399065
1398655
1398656
1398654
1399067
1399066
1399063
1399060
1399059
1399068
1399062
1398657
1398653
1302848
1302847
1399070
2019-02-27 12:38:20 +00:00

21 lines
267 B
Makefile

include ../config.mk
.PHONY: all test ptest clean
all :
test : utest
$(MAKE) -C broker test
$(MAKE) -C lib test
ptest : utest
$(MAKE) -C broker ptest
$(MAKE) -C lib ptest
utest :
$(MAKE) -C unit test
clean :
$(MAKE) -C lib clean
$(MAKE) -C broker clean