From bbbfb50998f9fedb117d9ccb1f596bff3376faae Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 24 Dec 2019 10:46:02 +1000 Subject: [PATCH] py-test needs to depend on test files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0531f7673..07cf42554 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ PYCHECKDEPS := $(BUILDDEPS) .build/pycheckreqs $(shell find anki aqt -name '*.py mypy anki aqt touch $@ -.build/pytest: $(PYCHECKDEPS) +.build/pytest: $(PYCHECKDEPS) $(wildcard tests/*.py) ./tools/tests.sh touch $@