From 6d50a8bff1938a8d7f398275a886aca37d6f6a7c Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 14 May 2024 23:09:36 +0200 Subject: tests improved logging; add dir client test --- ecp/test/init.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ecp/test/init.h') diff --git a/ecp/test/init.h b/ecp/test/init.h index a1a21d1..7edba6e 100644 --- a/ecp/test/init.h +++ b/ecp/test/init.h @@ -1 +1,3 @@ +#define LOG(fmt, rv) { printf(fmt " RV:%d\n", rv); if (rv) exit(1); } + int ecp_init(ECPContext *ctx); \ No newline at end of file -- cgit v1.2.3