commit 52995679522f2b6c99ff43aa8a9d35f3fb3e68ee from: Sven M. Hallberg date: Mon May 26 10:28:49 2025 UTC include assert.h from test.h This tweak came silently with the initial commit of project sc2 (git): commit a398e14898e509e7df5eb1648b4a28408e92eec0 from: Sven M. Hallberg date: Sun Dec 8 13:37:38 2024 UTC open arrays and uinit tests commit - b0aa2229dfdce21f3b35ca48fcdb99bcd9bc069b commit + 52995679522f2b6c99ff43aa8a9d35f3fb3e68ee blob - 23e8cfaad8632bb2ad9adb72ec702222e957483d blob + d907093070afcc952832df4461952aa38419c021 --- lang/c/test.h +++ lang/c/test.h @@ -1,5 +1,5 @@ /* test.h - unit tests - * pesco 2020 + * pesco 2020, 2024 * * SYNOPSIS * #include "test.h" @@ -101,9 +101,10 @@ #ifndef TEST_H #define TEST_H +#include /* expose assert() for the user */ #include /* printf, fprintf */ -#include /* strncmp */ #include /* exit, abort, getenv */ +#include /* strncmp */ static int failed_;