summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-12-31 13:52:55 -0600
committersanine <sanine.not@pm.me>2022-12-31 13:52:55 -0600
commit8f2536a0d2e653cb393eb81292ce4d029129d404 (patch)
tree4dad74c5cb0f1af550fe723eb1c133ec4270d936 /tests/tests.h
parentbf71f069d4861ba2285c96dd98bdf1bbe0322fc2 (diff)
modify error message format and add CHECK_EQF
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index c450e13..631044e 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -15,6 +15,7 @@ int validate_message(const char* received, const char* expected,
X(test_INFO) \
X(test_CHECK) \
X(test_CHECK_EQ) \
+ X(test_CHECK_EQF) \
X(test_REQUIRE) \
X(test_REQUIRE_EQ) \