blob: 9344441d04f91b338bf9389d4f149daf1a61028e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[minishell_test]
bonus = false
exec_name = minishell
make = true
make_args = MINISHELL_TEST_FLAGS=-DMINISHELL_TEST
pager = false
pager_prog = less
log_path = minishell_test.log
check_error_messages = true
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
|