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