mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
expansion: add some more test cases
This commit is contained in:
parent
b714351d4d
commit
10b1ac6711
2 changed files with 62 additions and 5 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# make gets confused if a file with the same name exists in the sources, so some
|
||||
# file are prefixed with test_
|
||||
rawtests = \
|
||||
expansion \
|
||||
test_here_doc \
|
||||
test_wordlist_idx \
|
||||
test_redirection_parsing \
|
||||
quote_removal \
|
||||
cmdlist_use_after_free \
|
||||
expansion \
|
||||
metacharacters \
|
||||
parse_command_lists \
|
||||
parse_pipelines \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue