feat: flemme scripts for building and testing

This commit is contained in:
Jean 2026-01-26 18:35:08 +01:00
parent f1ad31c442
commit 351562bb89
3 changed files with 96 additions and 1 deletions

View file

@ -19,6 +19,8 @@ then:
#### asan
run this command:
`./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g -fsanitize=address'`
or for MacOS (Jean Here):
`./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -I/opt/homebrew/include' LDFLAGS='-L/opt/homebrew/lib'`
then:
`make check`
@ -26,7 +28,7 @@ then:
## Authors
- Matteo Flebus
- Jean Hérail
- Jean Herail
- William Valenduc
- Guillem George