Skip to content

Commit

Permalink
Add resources to dep list of prometheus exporter test (open-telemetry…
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored and yxue committed Dec 5, 2022
1 parent 882b0c7 commit 6e663f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/prometheus/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else()
add_executable(${testname} "${testname}.cc")
target_link_libraries(
${testname} ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}
prometheus_exporter prometheus-cpp::pull)
prometheus_exporter prometheus-cpp::pull opentelemetry_resources)
gtest_add_tests(
TARGET ${testname}
TEST_PREFIX exporter.
Expand Down

0 comments on commit 6e663f8

Please sign in to comment.