Skip to content

Commit

Permalink
Fix CMakeLists.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Tax committed Jan 5, 2021
1 parent 65cdc16 commit 9a161f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ install(
PATTERN "*.h")

add_subdirectory(src)
add_subdirectory(test/trace/w3c_tracecontext_test)

if(BUILD_TESTING)
add_subdirectory(test)
Expand Down
2 changes: 2 additions & 0 deletions sdk/test/trace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
add_subdirectory(w3c_tracecontext_test)

foreach(
testname
tracer_provider_test
Expand Down

0 comments on commit 9a161f5

Please sign in to comment.