ba65e6c433
amend: Removing debug prints.
2025-06-30 19:47:13 +02:00
f3ca4cdd72
fix: Pointer arithmetic error during block start calculation.
2025-06-30 19:45:06 +02:00
84ba41e180
fix: Adding Header guards.
2025-06-29 15:07:31 +02:00
1aba159f8f
fix: More C++ support.
2025-06-29 02:52:53 +02:00
1401e1d70b
fix: Adding casts for C++ and optimizing pointer comparison.
2025-06-29 02:33:07 +02:00
3f5cbdd276
fix: Removing debug prints.
2025-06-26 09:36:36 +02:00
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
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