diff options
author | Arun Isaac | 2017-03-10 10:40:21 +0530 |
---|---|---|
committer | Arun Isaac | 2017-03-10 10:40:21 +0530 |
commit | 240ae7b829733d5da1d2e255a3e7f5638f83c745 (patch) | |
tree | 56654067bfe22402b04c864e19e55dfcb8ae72eb /tests/Makefile | |
parent | ff6f30a005444269b985bbc28963c85ebcdaa835 (diff) | |
download | exiftool.el-240ae7b829733d5da1d2e255a3e7f5638f83c745.tar.gz exiftool.el-240ae7b829733d5da1d2e255a3e7f5638f83c745.tar.lz exiftool.el-240ae7b829733d5da1d2e255a3e7f5638f83c745.zip |
Shorten `check' command.
* tests/Makefile (check): Remove explicit loading of package `ert'.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 95d8728..1624e4b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,2 +1,2 @@ check: - emacs -batch -l ert -l ../exiftool.el -l exiftool-tests.el -f ert-run-tests-batch-and-exit + emacs -batch -l ../exiftool.el -l exiftool-tests.el -f ert-run-tests-batch-and-exit |