summaryrefslogtreecommitdiff
path: root/ecp/test/init.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2024-05-14 23:09:36 +0200
committerUros Majstorovic <majstor@majstor.org>2024-05-14 23:09:36 +0200
commit6d50a8bff1938a8d7f398275a886aca37d6f6a7c (patch)
tree9a292e5c35b509bd0f4eda52d995ab37edf90590 /ecp/test/init.h
parent5769607dabd338973110d0ecd51b3d61f5f305ff (diff)
tests improved logging; add dir client test
Diffstat (limited to 'ecp/test/init.h')
-rw-r--r--ecp/test/init.h2
1 files changed, 2 insertions, 0 deletions
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