]> arthur.barton.de Git - bup.git/blobdiff - Makefile
Start using wvtest.sh for shell-based tests in test-sh.
[bup.git] / Makefile
index 52679c8d0f319339903b71ced713f7340f0dc1a3..3209e8a98a8334ef4d9084f5aea2e6724ca88b6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,16 +21,18 @@ randomgen: randomgen.o
 chashsplit.so: chashsplitmodule.o
        $(CC) $(CFLAGS) $(SHARED) -o $@ $< $(PYLIB)
        
-runtests: all
+runtests: all runtests-python runtests-cmdline
+
+runtests-python:
        ./wvtest.py $(wildcard t/t*.py)
        
 runtests-cmdline: all
-       ./test-sh
+       t/test.sh
        
 stupid:
        PATH=/bin:/usr/bin $(MAKE) test
        
-test: all runtests-cmdline
+test: all
        ./wvtestrun $(MAKE) runtests
 
 %: %.o