From d0db98921ad46ad28a99d12baa7dc75b4244d1a4 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 21 Feb 2015 15:47:33 -0600 Subject: [PATCH] Make "make check" actually run tests --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0a20161b..5530b9e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.25.1