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:
parent
1881bf740d
commit
5534fda192
4
Makefile
4
Makefile
@ -93,10 +93,10 @@ clean:
|
|||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
nosetests --exe
|
nosetests --exe $(NOSE_OPTS)
|
||||||
|
|
||||||
test-coverage:
|
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:
|
test-data:
|
||||||
./tests/data/specs/build.sh
|
./tests/data/specs/build.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user