tests: fix testbase linker error

This commit is contained in:
Yonas Habteab 2026-03-19 17:05:49 +01:00
parent 8f36bdcddc
commit 0718632f40

View file

@ -144,6 +144,10 @@ if(ICINGA2_WITH_NOTIFICATION)
)
endif()
if(ICINGA2_WITH_OPENTELEMETRY)
list(APPEND base_test_SOURCES $<TARGET_OBJECTS:otel>)
endif()
if(ICINGA2_WITH_PERFDATA)
list(APPEND base_test_SOURCES
perfdata-elasticsearchwriter.cpp