Commit Graph

7 Commits

Author SHA1 Message Date
5c08d33f22 fix: set_free. 2025-06-26 09:33:25 +02:00
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
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
8d45dc827a feat: All tests run in a child process now. 2025-06-24 20:10:25 +02:00
ef8c3218d4 Initial commit. 2025-06-22 05:48:27 +02:00