From 5534fda1923b23d4e4d6a440c959a437566a3bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 1 Sep 2016 10:49:36 +0200 Subject: [PATCH] Allow arbitrary arguments in make test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This can be helpful to enable additional nose plugin. Signed-off-by: Lubomír Sedlář --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b84d7b80..7747c349 100644 --- a/Makefile +++ b/Makefile @@ -93,10 +93,10 @@ clean: test: - nosetests --exe + nosetests --exe $(NOSE_OPTS) test-coverage: - nosetests --exe --with-cov --cov-report html --cov-config tox.ini + nosetests --exe --with-cov --cov-report html --cov-config tox.ini $(NOSE_OPTS) test-data: ./tests/data/specs/build.sh