Commit Graph

11 Commits

Author SHA1 Message Date
ed41c04209 feature (#1)
This feature adds the following functions:

 - set_malloc()
 - set_free()

Which is a safe malloc wrapper, that frees all memory after a test has finished.

Reviewed-on: #1
2025-06-25 23:17:02 +00:00
3f78db4cb7 chore: Adding valgrind files to gitignore. 2025-06-26 00:18:51 +02:00
717af6378b feat: Adding suit wise setup and tear down. 2025-06-25 14:56:38 +02:00
5efea9a9b6 feat: Works now in C17 2025-06-24 23:23:36 +02:00
5a75c40c5f fix: Type error in SETUP macro. 2025-06-24 20:51:54 +02:00
cbec16baa2 feat: Global setup and teardown functions. 2025-06-24 20:48:24 +02:00
cf1a311c14 fix: Add test binary to .gitignore 2025-06-24 20:24:51 +02:00
8d45dc827a feat: All tests run in a child process now. 2025-06-24 20:10:25 +02:00
c160e3a421 Update README.md 2025-06-22 05:59:08 +02:00
ef8c3218d4 Initial commit. 2025-06-22 05:48:27 +02:00
ea67d6d3d1 Initial commit 2025-06-22 03:44:02 +00:00