minishell/tests
Khaïs COLIN f5ae3a5d8d
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
2025-03-28 14:50:37 +01:00
..
expand_test Expansion: one little problem remaining with * expansion and . 2025-03-21 10:16:00 +01:00
expansion.c expansion: add some more test cases 2025-03-21 14:07:00 +01:00
here_doc_input_no_eof.input here_doc: handle unexpected EOF 2025-03-11 14:58:13 +01:00
here_doc_input_plus_eof.input here_doc: handle input with correct end marker 2025-03-11 14:58:13 +01:00
here_doc_only_eof.input here_doc: handle input with only an end marker 2025-03-11 14:58:13 +01:00
Makefile tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_cmdgroup_parsing.c cmdgroup parsing: parse empty wordlist 2025-03-28 14:50:37 +01:00
test_cmdlist_use_after_free.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_env_manip.c env refactor: split imports over multiple files 2025-02-19 16:43:37 +01:00
test_here_doc.c here_doc: prepare handling for variable expansion in here_doc 2025-03-11 14:58:13 +01:00
test_metacharacters.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_parse_command_lists.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_parse_pipelines.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_parse_simple_cmds.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_quote_removal.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_redirection_parsing.c redirection parsing: handle other types of redirection 2025-03-11 14:58:13 +01:00
test_word_splitting.c tests: add a test_ prefix to all files that contain actual tests 2025-03-28 14:50:37 +01:00
test_wordlist_idx.c wordlist: add destroy_idx and pop_idx functions 2025-03-10 16:08:59 +01:00
testutil.c here_doc: handle input with correct end marker 2025-03-11 14:58:13 +01:00
testutil.h tests: make leak_check do nothing when compiled without LSAN 2025-03-10 13:22:29 +00:00