about summary refs log tree commit diff stats
path: root/test/src/test-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-list.h')
-rw-r--r--test/src/test-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/test-list.h b/test/src/test-list.h
index 4a1c8ff..35b1ab0 100644
--- a/test/src/test-list.h
+++ b/test/src/test-list.h
@@ -3,6 +3,7 @@
 
 #define TEST_ENUM(V)                                                          \
     V(uv_link_source_t)                                                       \
+    V(uv_link_observer_t)                                                     \
 
 #define TEST_DECL(N) void test__##N();