Skip to content

Commit

Permalink
resolved aditya's questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 21, 2020
1 parent 5f23ebe commit 09bd626
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions api/test/trace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
foreach(testname key_value_iterable_view_test provider_test span_id_test
trace_id_test trace_flags_test span_context_test
noop_test)
foreach(
testname
key_value_iterable_view_test
provider_test
span_id_test
trace_id_test
trace_flags_test
span_context_test
noop_test)
add_executable(${testname} "${testname}.cc")
target_link_libraries(${testname} ${GTEST_BOTH_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT} opentelemetry_api)
Expand Down

0 comments on commit 09bd626

Please sign in to comment.