Make "make check" actually run tests
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Feb 2015 21:47:33 +0000 (15:47 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Feb 2015 21:47:33 +0000 (15:47 -0600)
Makefile.in

index 0a20161bfbbb81affc34a402f0c262c7953a8c95..5530b9e8919eaee8b53fd777f0ca459d45116d96 100644 (file)
@@ -184,7 +184,7 @@ dist: extlib
 
 # Use the setup.py check command
 check:
-       $(maybe_venved_python) setup.py check
+       ./runtests.sh
 
 # setup.py might complain if a directory doesn't exist so just in case, make the directory
 # here