minishell/minishell_test.cfg
Quinten Mennen 6514dfa49b add tester
2025-03-05 16:41:43 +01:00

31 lines
454 B
INI

[minishell_test]
bonus = false
exec_name = minishell
make = true
make_args = MINISHELL_TEST_FLAGS=-DNOBANNER
pager = false
pager_prog = less
log_path = minishell_test.log
check_error_messages = false
end_command_with_linefeed = true
[shell]
available_commands =
rmdir
env
cat
touch
ls
grep
sh
head
path_variable = {shell_available_commands_dir}
[shell:reference]
path = /bin/bash
args =
[timeout]
test = 0.5
leaks = 10