diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-13 17:47:01 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-13 17:47:01 +0200 |
| commit | 55fab322485f67112c789a4a529765b5e6635238 (patch) | |
| tree | 2bd5745278b06762c0fd5bd356f80edc3d96f003 /README.md | |
| parent | 13fa2431ce628fbd8e64b18e40bb0eda2ae46058 (diff) | |
| download | minishell_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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
