Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSeufert committed Dec 16, 2020
1 parent d10b065 commit ca24b29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/test/logs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ foreach(testname provider_test logger_test)
add_executable(logs_api_${testname} "${testname}.cc")
target_link_libraries(logs_api_${testname} ${GTEST_BOTH_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT} opentelemetry_api)
gtest_add_tests(TARGET logs_api_${testname} TEST_PREFIX logs. TEST_LIST logs_api_${testname})
gtest_add_tests(
TARGET logs_api_${testname}
TEST_PREFIX logs.
TEST_LIST logs_api_${testname})
endforeach()

0 comments on commit ca24b29

Please sign in to comment.