summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-01-26 23:10:00 +0100
committerDaniil Baturin <daniil@baturin.org>2019-01-26 23:10:00 +0100
commit97186852f529935309c009e38403cead2bf0ce75 (patch)
treec5a15278e8b7c70b41223538ece8e326146179e2 /Makefile
parent962f880554e70afc94f8902bb3742a8c0ef44fca (diff)
parent6d172d767360a675462da6a0bac100a24c544892 (diff)
downloadvyos-1x-97186852f529935309c009e38403cead2bf0ce75.tar.gz
vyos-1x-97186852f529935309c009e38403cead2bf0ce75.zip
Merge branch 'current' into crux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9926137c..dd3d2d00f 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean:
.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 --verbose
+ 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: