UnityChipVerification/tests/Makefile

10 lines
116 B
Makefile

TEST=.
TEST_FOLDER=./$(TEST)
PYTHON=python3
run:
pytest --mlvp-report -sv $(TEST_FOLDER)
clean:
rm -rf reports/