From 959d96ceb38080748b6d195031a8013eb4a67f3b Mon Sep 17 00:00:00 2001
From: kamijin_fanta <kamijin@live.jp>
Date: Wed, 30 Jan 2019 16:37:47 +0900
Subject: Add build time tests for NTP

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index dd3d2d00f..565964dec 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,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:
-- 
cgit v1.2.3