Add option to select specific unit test to Makefile

This commit is contained in:
xs5871
2023-02-15 09:04:47 +00:00
parent 2852420ea8
commit 490e94e4e3
2 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ test: lint unit-tests
.PHONY: unit-tests
unit-tests: devdeps
@$(PIPENV) run python3 -m unittest
@$(PIPENV) run python3 -m unittest ${TESTS}
reset-bootloader:
@echo "===> Rebooting your board to bootloader (safe to ignore file not found errors)"