From 175610cd81c2bb2dfd9af9a62b7cc30ad25c9c79 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 21 May 2019 12:08:16 +0200 Subject: Restore the "make test" target. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e47558532..e4b230622 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,10 @@ clean: rm -rf $(TMPL_DIR)/* rm -rf $(OP_TMPL_DIR)/* +.PHONY: test +test: + PYTHONPATH=python/ python3 -m "nose" --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators,src/tests --verbose + .PHONY: sonar sonar: sonar-scanner -X -Dsonar.login=${SONAR_TOKEN} -- cgit v1.2.3