summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-01-26 01:26:36 +0100
committerDaniil Baturin <daniil@baturin.org>2019-01-26 01:26:36 +0100
commit6d172d767360a675462da6a0bac100a24c544892 (patch)
tree02664696a996abf083ae1721e03c02b79143cfbd /Makefile
parent4a0027211c0cc1a56294899d0796ed923cacd209 (diff)
downloadvyos-1x-6d172d767360a675462da6a0bac100a24c544892.tar.gz
vyos-1x-6d172d767360a675462da6a0bac100a24c544892.zip
T1193: add some tests for the config parser.
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: