aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-06-10 17:07:20 +0530
committerArun Isaac2021-06-10 17:09:04 +0530
commitb4785e9d2cd31c693aee1e4cdb357ee008d66694 (patch)
treebbe03b8b7064eec7357192724e824a3dcb805ef7
parent514814ecab48041d75d801f330545aac652ffa1b (diff)
downloadexiftool.el-b4785e9d2cd31c693aee1e4cdb357ee008d66694.tar.gz
exiftool.el-b4785e9d2cd31c693aee1e4cdb357ee008d66694.tar.lz
exiftool.el-b4785e9d2cd31c693aee1e4cdb357ee008d66694.zip
README: Update command to run tests.
* README.org (Running tests): Update command to run tests.
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index de8dea4..e4a7bff 100644
--- a/README.org
+++ b/README.org
@@ -96,7 +96,7 @@ one. Return the process object of the newly created process.
Tests are located in the /tests/ folder. You can run them using
#+BEGIN_SRC sh
- make -C tests
+ make check
#+END_SRC
* Contributing