Add some tests about config

Create a test infrastructure, create few tests about the config file reading and validation. Add couple of checks in config.c to avoid null pointers exceptions when running tests.
This commit is contained in:
Michele Pagot 2025-04-10 01:55:30 +02:00
parent a25645a5a6
commit 884338cff4
7 changed files with 287 additions and 24 deletions

1
.gitignore vendored
View file

@ -3,7 +3,6 @@ install_manifest.txt
*.o
*.a
bin/
test/
build/
build-*/
.cache/