chore(test): update Makefile
This commit is contained in:
parent
b6a99d4b2d
commit
6bf67f4a88
1 changed files with 7 additions and 2 deletions
9
Makefile
9
Makefile
|
|
@ -16,8 +16,13 @@ configure: configure.ac
|
||||||
.venv/bin/python3 -m pip install --upgrade pip
|
.venv/bin/python3 -m pip install --upgrade pip
|
||||||
.venv/bin/pip install -r requirements-dev.txt
|
.venv/bin/pip install -r requirements-dev.txt
|
||||||
|
|
||||||
test-reports:
|
test-reports: test-reports/unit test-reports/static
|
||||||
.venv/bin/python3 -m unittest discover -v
|
|
||||||
|
test-reports/unit:
|
||||||
|
python3 -m pipenv run -v test-unit
|
||||||
|
|
||||||
|
test-reports/static:
|
||||||
|
python3 -m pipenv run -v test-static
|
||||||
|
|
||||||
build: .venv/bin/pipenv
|
build: .venv/bin/pipenv
|
||||||
.venv/bin/pipenv run build
|
.venv/bin/pipenv run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue