X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=340f097400a447d92260c151c82bcbbc1177276e;hb=e303e39c78476fd140bf615b1eb631e44c332b80;hp=7f5914812bcae1b371ed323547c1f87eb22120b1;hpb=c34c9f443736689404f7f9e2b3b140192147c152;p=nepi.git diff --git a/Makefile b/Makefile index 7f591481..340f0974 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ install: all test: all retval=0; \ - for i in `find "$(TESTDIR)" -perm -u+x -type f`; do \ + for i in `find "$(TESTDIR)" -iname '*.py' -perm -u+x -type f`; do \ echo $$i; \ TESTLIBPATH="$(TESTLIB)" PYTHONPATH="$(PYPATH)" $$i -v || retval=$$?; \ done; exit $$retval