summaryrefslogtreecommitdiff
path: root/ecp/test/init.h
diff options
context:
space:
mode:
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