diff options
author | Arun Isaac | 2019-05-20 16:24:39 +0530 |
---|---|---|
committer | Arun Isaac | 2019-05-20 16:28:26 +0530 |
commit | a4b865d24281507706bf1b391a308f91ac8e5e6b (patch) | |
tree | cbf688c2c571c07e6949751a74b204fcf2b0a594 /tests/Makefile | |
parent | c1058d99c34e62b99dbfca13ada47519fb51bf73 (diff) | |
download | exiftool.el-a4b865d24281507706bf1b391a308f91ac8e5e6b.tar.gz exiftool.el-a4b865d24281507706bf1b391a308f91ac8e5e6b.tar.lz exiftool.el-a4b865d24281507706bf1b391a308f91ac8e5e6b.zip |
Move tests Makefile to top level directory.
* tests/Makefile: Delete file.
* Makefile: New file.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index 1624e4b..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -check: - emacs -batch -l ../exiftool.el -l exiftool-tests.el -f ert-run-tests-batch-and-exit |