feat: All tests run in a child process now.

This commit is contained in:
2025-06-24 20:10:25 +02:00
parent c160e3a421
commit 8d45dc827a
6 changed files with 191 additions and 101 deletions

View File

@@ -21,7 +21,7 @@
{ \
test->passed = false; \
test->error_msg = \
format_string("Expect %d to be %d\n", act, exp) return; \
format_string("Expect %d to be %d.\n", act, exp) return; \
}
#define ASSERT_EQ_MSG(exp, act, msg) \