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 42c1ace commit 5f23ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/test/trace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
foreach(testname key_value_iterable_view_test provider_test span_id_test
trace_id_test trace_flags_test span_context_test noop_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 5f23ebe

Please sign in to comment.