From 55fab322485f67112c789a4a529765b5e6635238 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 13 Sep 2020 17:47:01 +0200 Subject: Added C macro to detect when minishell is tested inside of code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 996f4a0..1954d31 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Test for the minishell project of school 42. The default path to your project is `..` but you can change it the the [configuration](src/config.py). ```sh -$ ./run` # run all tests +$ ./run # run all tests -$ ./run --help` +$ ./run --help usage: run [-h] [-v] [-b] [-n] [-l] [-m] [-p] [suite [suite ...]] Minishell test -- cgit