diff options
author | Arun Isaac | 2017-02-28 14:26:39 +0530 |
---|---|---|
committer | Arun Isaac | 2017-02-28 14:26:39 +0530 |
commit | bb046938784282691b276cc3490cf8535b115a25 (patch) | |
tree | 4f9c2e3df112dbedfe00a2120fe9aefa13cad30f /README.org | |
parent | c0cb133f3d5f89ba6bd86a1de323b28c5f355111 (diff) | |
download | exiftool.el-bb046938784282691b276cc3490cf8535b115a25.tar.gz exiftool.el-bb046938784282691b276cc3490cf8535b115a25.tar.lz exiftool.el-bb046938784282691b276cc3490cf8535b115a25.zip |
Update README.v0.1
* README.org: Add "Running tests" section.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -84,6 +84,14 @@ Start an exiftool process if one is not already running. If an exiftool process is already running, delete it, and create a new one. Return the process object of the newly created process. +* Running tests + +Tests are located in the /tests/ folder. You can run them using + +#+BEGIN_SRC bash + make -C tests check +#+END_SRC + * License el-exiftool is free software released under the terms of the [[https://www.gnu.org/licenses/gpl.txt][GNU |