chore(test): update Makefile

This commit is contained in:
Tiara Rodney 2025-06-20 20:17:56 +02:00
parent b6a99d4b2d
commit 6bf67f4a88
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB

View file

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