summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-12-30 14:03:26 -0600
committersanine <sanine.not@pm.me>2022-12-30 14:03:26 -0600
commitb8c647c9250b514a5daa11ea731691b19944aa4e (patch)
treef3074710bc4f99bc9cdd4f8fe33313a0e8890bfa /tests/tests.h
parente48761f7ca1dba622b54b7f2223854645996fc30 (diff)
add CHECK and REQUIRE comparison assertions
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 393da87..c450e13 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -16,6 +16,7 @@ int validate_message(const char* received, const char* expected,
X(test_CHECK) \
X(test_CHECK_EQ) \
X(test_REQUIRE) \
+ X(test_REQUIRE_EQ) \
#define X(test) const char * test();
TESTS