mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
tests: put usefull test functions in own files
This commit is contained in:
parent
f5ae3a5d8d
commit
9707316085
12 changed files with 205 additions and 132 deletions
20
tests/parse_command_list.h
Normal file
20
tests/parse_command_list.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* parse_command_list.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/11 15:55:10 by khais #+# #+# */
|
||||
/* Updated: 2025/03/11 15:55:25 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef PARSE_COMMAND_LIST_H
|
||||
# define PARSE_COMMAND_LIST_H
|
||||
|
||||
# include "../src/parser/command_list/command_list.h"
|
||||
|
||||
t_cmdlist *parse_command_list(char *input);
|
||||
|
||||
#endif // PARSE_COMMAND_LIST_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue