From b4785e9d2cd31c693aee1e4cdb357ee008d66694 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 10 Jun 2021 17:07:20 +0530 Subject: README: Update command to run tests. * README.org (Running tests): Update command to run tests. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3