From a0f278b13a1347663fd9626322b30e7b87615a0d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 14:39:47 +0100 Subject: Added custom test configuration --- docs/options.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/options.rst') diff --git a/docs/options.rst b/docs/options.rst index dd524d9..c342090 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -47,7 +47,8 @@ Command line Options Print available test suites .. command-output:: minishell_test --list - :ellipsis: 15 + +.. :ellipsis: 15 .. option:: -t , --try @@ -64,7 +65,7 @@ Memory Leaks .. option:: -k, --check-leaks | Runs `valgrind `_ on tests to check for memory leaks. - | (disable the usual comparison with the :ref:`reference shell `) + | (disable the usual comparison with the :ref:`config-reference-shell`) .. warning:: | Running ``valgrind`` on each tests may take a while especially if your ``minishell`` isn't correctly optimized, -- cgit