summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-09-12 15:42:59 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-09-12 16:11:21 +0200
commit8041fff63d092bc88765089c8a6dbc3b288f9fa0 (patch)
treecdb52ba6013497d0b9cee6ec3d6fff49ecdf8736 /Makefile
parente699e3f0889394cbb7679bc1d5c430f8e0d766b1 (diff)
Merge pull request 174
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3767744..861e541 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,8 @@ bytecompile: .cask/$(emacs_version)
# Run ERT tests
test: all
- cask exec $(emacs) --batch -l test/run-tests.el $(pkgfile)
+ PACKAGE_TAR=$(pkgfile) cask exec ert-runner
+
check: test
# Run the autobuild script tests in docker