aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-13 17:47:01 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-13 17:47:01 +0200
commit55fab322485f67112c789a4a529765b5e6635238 (patch)
tree2bd5745278b06762c0fd5bd356f80edc3d96f003 /README.md
parent13fa2431ce628fbd8e64b18e40bb0eda2ae46058 (diff)
downloadminishell_test-55fab322485f67112c789a4a529765b5e6635238.tar.gz
minishell_test-55fab322485f67112c789a4a529765b5e6635238.tar.bz2
minishell_test-55fab322485f67112c789a4a529765b5e6635238.zip
Added C macro to detect when minishell is tested inside of code
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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