Skip to content

Commit eae3ebf

Browse files
committed
tests: runtime: Add out_logdna unit test
Signed-off-by: lecaros <lecaros@chronosphere.io>
1 parent 973e048 commit eae3ebf

2 files changed

Lines changed: 757 additions & 0 deletions

File tree

tests/runtime/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ if(FLB_IN_LIB)
231231
FLB_RT_TEST(FLB_OUT_HTTP "out_http.c")
232232
FLB_RT_TEST(FLB_OUT_KAFKA "out_kafka.c")
233233
FLB_RT_TEST(FLB_OUT_LIB "out_lib.c")
234+
FLB_RT_TEST(FLB_OUT_LOGDNA "out_logdna.c")
234235
FLB_RT_TEST(FLB_OUT_LOKI "out_loki.c")
235236
FLB_RT_TEST(FLB_OUT_NULL "out_null.c")
236237
FLB_RT_TEST(FLB_OUT_PLOT "out_plot.c")

0 commit comments

Comments
 (0)