mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
testutil: add leak check function
This commit is contained in:
parent
e2b6f6f943
commit
14dbabd6ea
2 changed files with 11 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/13 15:57:21 by khais #+# #+# */
|
||||
/* Updated: 2025/02/13 15:57:44 by khais ### ########.fr */
|
||||
/* Updated: 2025/03/06 15:30:55 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -14,5 +14,6 @@
|
|||
# define TESTUTIL_H
|
||||
|
||||
void assert_strequal(char *str1, char *str2);
|
||||
void do_leak_check(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue