From 240ae7b829733d5da1d2e255a3e7f5638f83c745 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 10 Mar 2017 10:40:21 +0530 Subject: Shorten `check' command. * tests/Makefile (check): Remove explicit loading of package `ert'. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3