Allow arbitrary arguments in make test

This can be helpful to enable additional nose plugin.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-09-01 10:49:36 +02:00
parent 1881bf740d
commit 5534fda192
1 changed files with 2 additions and 2 deletions

View File

@ -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