py-test needs to depend on test files

This commit is contained in:
Damien Elmes 2019-12-24 10:46:02 +10:00
parent f7dfe98030
commit bbbfb50998

View file

@ -120,7 +120,7 @@ PYCHECKDEPS := $(BUILDDEPS) .build/pycheckreqs $(shell find anki aqt -name '*.py
mypy anki aqt mypy anki aqt
touch $@ touch $@
.build/pytest: $(PYCHECKDEPS) .build/pytest: $(PYCHECKDEPS) $(wildcard tests/*.py)
./tools/tests.sh ./tools/tests.sh
touch $@ touch $@