mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
tests: add testutils
This commit is contained in:
parent
5b00059526
commit
18a2835a7c
3 changed files with 43 additions and 1 deletions
18
tests/testutil.h
Normal file
18
tests/testutil.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* testutil.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/13 15:57:21 by khais #+# #+# */
|
||||
/* Updated: 2025/02/13 15:57:44 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef TESTUTIL_H
|
||||
# define TESTUTIL_H
|
||||
|
||||
void assert_strequal(char *str1, char *str2);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue