diff --git a/Makefile b/Makefile index feef447..d362013 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ test: all @fails=0; \ files=(); \ errors=(); \ - for f in ./tests/*; \ + for f in ./tests/*.pyc; \ do \ stderr=$$( ./bin/pycdc "$$f" 2>&1 1>/dev/null ); \ if [ "$$?" -eq "0" -a -z "$$stderr" ]; then \