diff options
author | sanine <sanine.not@pm.me> | 2022-12-19 20:29:39 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-12-19 20:29:39 -0600 |
commit | 182b4002e63f330de6150e160a1ad23b1e6b33b8 (patch) | |
tree | 35ffada28aaa26a2700570e560310095b5b5cda4 /tests/tests.h | |
parent | 5070426785a69dc0b5bd3bbf1cfe7968329b732c (diff) |
add INFO macro
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 06c35af..2942fa3 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -12,6 +12,7 @@ int validate_message(const char* received, const char* expected, X(test_LILY_COUNTER) \ X(test_LILY_COUNTER_DECREMENT) \ X(test_auto_registration) \ + X(test_INFO) \ X(test_CHECK) \ X(test_REQUIRE) \ |