From c0b1a90cf9c52a0c9b1623ac695516031d5ccdba Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 10 Sep 2020 15:07:30 +0200 Subject: Updated README, Added auto build --- config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index f7b169b..e05c36b 100644 --- a/config.py +++ b/config.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:19 by charles #+# #+# # -# Updated: 2020/07/19 20:29:52 by charles ### ########.fr # +# Updated: 2020/09/10 13:54:27 by charles ### ########.fr # # # # ############################################################################ # @@ -19,6 +19,9 @@ MINISHELL_DIR = ".." # minishell executable MINISHELL_EXEC = "minishell" +# build minishell before executing the test if set to True +MINISHELL_BUILD = True + # path to reference shell (shell which will be compared minishell) # has to support the -c option (sh, bash and zsh support it) REFERENCE_PATH = "/bin/bash" -- cgit