|
|
|
@ -137,9 +137,8 @@ removehostfiles :
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY tests:
|
|
|
|
.PHONY tests:
|
|
|
|
tests : GitVersion.h
|
|
|
|
tests : GitVersion.h
|
|
|
|
# remove these to force tests makefile to rebuild them with -DUNIT_TESTS, otherwise we end up with 2 mains
|
|
|
|
# force tests makefile to rebuild them with -DUNIT_TESTS, otherwise we end up with 2 mains
|
|
|
|
@$(RM) -f DStarGatewayApp.o
|
|
|
|
@touch DStarGatewayApp.cpp
|
|
|
|
@$(RM) -f DStarGatewayApp.d
|
|
|
|
|
|
|
|
@$(MAKE) -C Tests dstargateway_tests
|
|
|
|
@$(MAKE) -C Tests dstargateway_tests
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY run-tests:
|
|
|
|
.PHONY run-tests:
|
|
|
|
|