Automatically call test suite on Emacs M-x compile

This commit is contained in:
Bradley M. Kuhn 2015-12-13 13:04:53 -08:00
parent 735db56d47
commit ae9685d16b

View file

@ -213,6 +213,6 @@ $dbh->disconnect();
###############################################################################
#
# Local variables:
# compile-command: "perl -c Supporters.t"
# compile-command: "perl -c Supporters.t && cd ..; make clean; perl Makefile.PL && make && make test TEST_VERBOSE=1"
# End: