diff options
author | kamijin_fanta <kamijin@live.jp> | 2019-01-30 16:37:47 +0900 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-30 08:37:47 +0100 |
commit | 959d96ceb38080748b6d195031a8013eb4a67f3b (patch) | |
tree | 6e82034b3fb51acf4e0595317b12fe4f3aa2b1d2 /Makefile | |
parent | cc07c4727bdffb4c220ce28ab9f697b01fe4afb7 (diff) | |
download | vyos-1x-959d96ceb38080748b6d195031a8013eb4a67f3b.tar.gz vyos-1x-959d96ceb38080748b6d195031a8013eb4a67f3b.zip |
Add build time tests for NTP
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,src/tests --verbose + PYTHONPATH=python/ python3 -m "nose" --exe --with-xunit src --with-coverage --cover-erase --cover-xml --cover-package --cover-html src/conf_mode,src/op_mode,src/completion,src/helpers,src/validators,src/tests --verbose .PHONY: sonar sonar: |