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
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue