mindex.c

In-memory ordered store and fetch library
git clone git://git.finwo.net/lib/mindex.c
Log | Files | Refs | README | LICENSE

commit a96cd70139497ca4ee7603e6bb006a7619a7b5d7
parent 870a752df629689603f7021059d56cbfb69c94c2
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Thu,  2 Mar 2023 20:26:29 +0100

Make empty test succeed

Diffstat:
Mtest.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test.c b/test.c @@ -1,3 +1,5 @@ +#include "finwo/assert.h" + int main() { - return 42; + return TEST_REPORT(); }