[Test] Added short names for single tests

This commit is contained in:
Salvador E. Tropea 2022-08-10 18:38:56 -03:00
parent c5a6d894c9
commit d1894e5097
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@ test1:
#@echo "********************" Error
#@cat output/*/error.txt
t1k5: test_docker_local_1
test_docker_local_1:
-rm -rf output
-rm -f tests/.local
@ -129,6 +131,8 @@ docker_shell:
--volume="/home/$(USER):/home/$(USER):rw" \
setsoft/kicad_auto_test:latest /bin/bash
t1k6: single_test
single_test:
rm -rf pp
-$(PY_COV) run src/kibot --help-list-outputs > /dev/null