Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions sdk/test/metrics/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
foreach(testname meter_provider_sdk_test gauge_aggregator_test
min_max_sum_count_aggregator_test exact_aggregator_test)
foreach(
testname
meter_provider_sdk_test gauge_aggregator_test
min_max_sum_count_aggregator_test exact_aggregator_test
counter_aggregator_test histogram_aggregator_test)
add_executable(${testname} "${testname}.cc")
target_link_libraries(${testname} ${GTEST_BOTH_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT} opentelemetry_metrics)
Expand Down