]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - python/Makefile
python: oops, fix handling for tests in current directory instead of t/
[wvtest.git] / python / Makefile
index 6d54894ba6e0aeb7072712f327aefbbb4eb682fe..5a2d068597a4513483836d172c0d8e7bafd1e144 100644 (file)
@@ -5,8 +5,10 @@ all:
 
 runtests:
        ./wvtest.py \
-               $(patsubst ./%t,%t/*.py,$(shell find -type d -name t))
+               $(patsubst ./%t,%t/*.py,$(shell find -type d -name t)) \
+               basedir_test.py
        python t/twvtest.py
+       python basedir_test.py
 
 test:
        ../wvtestrun $(MAKE) runtests