Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

16 lines
233 B
CMake

add_executable(prometheus_pull_test
exposer_test.cc
)
target_link_libraries(prometheus_pull_test
PRIVATE
${PROJECT_NAME}::pull
GTest::gmock_main
)
add_test(
NAME prometheus_pull_test
COMMAND prometheus_pull_test
)