From bb046938784282691b276cc3490cf8535b115a25 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 28 Feb 2017 14:26:39 +0530 Subject: Update README. * README.org: Add "Running tests" section. --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 9317b74..2acf354 100644 --- a/README.org +++ b/README.org @@ -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 -- cgit v1.2.3