mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-05 23:18:08 +01:00
tests: add a test_ prefix to all files that contain actual tests
This will make it easier to differentiate with utility files, as the next change will add sevral
This commit is contained in:
parent
bc5be67bf6
commit
f5ae3a5d8d
8 changed files with 7 additions and 7 deletions
|
|
@ -6,14 +6,14 @@ rawtests = \
|
|||
test_here_doc \
|
||||
test_wordlist_idx \
|
||||
test_redirection_parsing \
|
||||
quote_removal \
|
||||
cmdlist_use_after_free \
|
||||
metacharacters \
|
||||
parse_command_lists \
|
||||
parse_pipelines \
|
||||
parse_simple_cmds \
|
||||
test_quote_removal \
|
||||
test_cmdlist_use_after_free \
|
||||
test_metacharacters \
|
||||
test_parse_command_lists \
|
||||
test_parse_pipelines \
|
||||
test_parse_simple_cmds \
|
||||
test_env_manip \
|
||||
word_splitting \
|
||||
test_word_splitting \
|
||||
|
||||
ifeq ($(CFLAGS),)
|
||||
CFLAGS = -Wall -Wextra -Werror -g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue