tests: add infrastructure for writing tests in C

This commit is contained in:
Khaïs COLIN 2025-02-06 15:48:48 +01:00
parent e022ca0ce7
commit 60d9b212fb
No known key found for this signature in database
4 changed files with 92 additions and 0 deletions

1
.gitignore vendored
View file

@ -19,6 +19,7 @@ test
minishell
testexec.sh
tests/*
!tests/Makefile
!tests/*.c
!tests/*.h
infile