diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2017-09-12 15:42:59 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2017-09-12 16:11:21 +0200 |
| commit | 8041fff63d092bc88765089c8a6dbc3b288f9fa0 (patch) | |
| tree | cdb52ba6013497d0b9cee6ec3d6fff49ecdf8736 /Makefile | |
| parent | e699e3f0889394cbb7679bc1d5c430f8e0d766b1 (diff) | |
Merge pull request 174
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
