diff options
author | Arun Isaac | 2017-03-01 16:02:18 +0530 |
---|---|---|
committer | Arun Isaac | 2017-03-01 16:02:18 +0530 |
commit | c6ff053f19fe052f39c59a2a3706da88fdcbdc15 (patch) | |
tree | f993fa0c89e5d29f40a790a0ff9d259f51eb95ba /tests/Makefile | |
parent | 0f80398020b5e47ae88e7a544f8cb8f255ae2af7 (diff) | |
download | exiftool.el-c6ff053f19fe052f39c59a2a3706da88fdcbdc15.tar.gz exiftool.el-c6ff053f19fe052f39c59a2a3706da88fdcbdc15.tar.lz exiftool.el-c6ff053f19fe052f39c59a2a3706da88fdcbdc15.zip |
Rename library to exiftool.el.
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 c501287..95d8728 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,2 +1,2 @@ check: - emacs -batch -l ert -l ../el-exiftool.el -l el-exiftool-tests.el -f ert-run-tests-batch-and-exit + emacs -batch -l ert -l ../exiftool.el -l exiftool-tests.el -f ert-run-tests-batch-and-exit |