summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2022-12-15 11:04:34 -0600
committersanine-a <sanine.not@pm.me>2022-12-15 11:04:34 -0600
commit9bc220eb2ba77e6a7184d7b63f086e6a268b75e3 (patch)
treefeb6dcafe94efe37a3771e941cb4a4e6b489355a /tests/tests.h
parentdb7c08e8ccaa7a7faf44a5a7def5db03c24f7934 (diff)
implement basic auto-registration
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 86c9b88..481260e 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -10,6 +10,8 @@ int validate_message(const char* received, const char* expected,
#define TESTS \
X(test_LILY_LOCATION) \
X(test_LILY_COUNTER) \
+ X(test_LILY_COUNTER_DECREMENT) \
+ X(test_auto_registration) \
#define X(test) const char * test();
TESTS