Make "make check" actually run tests

This commit is contained in:
Christopher Allan Webber 2015-02-21 15:47:33 -06:00
parent 207f0f95a9
commit d0db98921a

View 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