Add optional selection of specific unit test to Makefile

This commit is contained in:
xs5871
2023-02-16 09:21:13 +00:00
committed by xs5871
parent 61cf527370
commit 08c255b6e4
2 changed files with 7 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)"