We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ffe64 commit 3503b25Copy full SHA for 3503b25
tests/runtime/CMakeLists.txt
@@ -51,6 +51,7 @@ if(FLB_OUT_LIB)
51
FLB_RT_TEST(FLB_IN_SPLUNK "in_splunk.c")
52
FLB_RT_TEST(FLB_IN_SYSLOG "in_syslog.c")
53
FLB_RT_TEST(FLB_IN_TAIL "in_tail.c")
54
+ FLB_RT_TEST(FLB_IN_UDP "in_udp.c")
55
FLB_RT_TEST(FLB_IN_TCP "in_tcp.c")
56
FLB_RT_TEST(FLB_IN_FORWARD "in_forward.c")
57
FLB_RT_TEST(FLB_IN_FLUENTBIT_METRICS "in_fluentbit_metrics.c")
0 commit comments