From 8658f58aad17ff65c2f810950dafee131c77dbba Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 23 Feb 2017 16:47:19 +0530 Subject: Add Makefile for tests. * tests/Makefile: New file. --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/Makefile diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..c501287 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,2 @@ +check: + emacs -batch -l ert -l ../el-exiftool.el -l el-exiftool-tests.el -f ert-run-tests-batch-and-exit -- cgit v1.2.3