diff --git a/Makefile b/Makefile index f14bf69..ac151c4 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ runbuild: $(SRCS) .PHONY: runtests runtests: Makefile lora_comms.py lora.py $(LIBLORA_TEST) $(LIBLORA_TEST_SRCS) - ls $(.ALLSRC) | entr sh -c '(cd $(.CURDIR) && $(MAKE) $(.MAKEFLAGS) $(LIBLORA_TEST)) && ((PYTHONPATH="$(.CURDIR)" python -m coverage run -m unittest lora && coverage report --omit=p/\* -m -i) 2>&1 | head -n 30)' + ls $(.ALLSRC) | entr sh -c '(cd $(.CURDIR) && $(MAKE) $(.MAKEFLAGS) $(LIBLORA_TEST)) && ((PYTHONPATH="$(.CURDIR)" python -m coverage run -m unittest lora && coverage report --omit=$(.CURDIR)/p/\* -m -i) 2>&1 | head -n 30)' # native objects .SUFFIXES: .no