Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[clang] Merge gtest binaries into AllClangUnitTests #134196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 29, 2025
Merged
Prev Previous commit
Next Next commit
Also set FULL_DOCS =S
  • Loading branch information
rnk committed Apr 10, 2025
commit eba6bcea57ccb81a7ca4d44bee9895da5652c010
9 changes: 5 additions & 4 deletions 9 clang/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ function(add_distinct_clang_unittest test_name)
target_link_libraries(${test_name} PRIVATE ${ARG_LINK_LIBS})
endfunction()

define_property(GLOBAL PROPERTY CLANG_UNITTEST_SRCS BRIEF_DOCS "<internal setting>")
define_property(GLOBAL PROPERTY CLANG_UNITTEST_LLVM_COMPONENTS BRIEF_DOCS "<internal setting>")
define_property(GLOBAL PROPERTY CLANG_UNITTEST_CLANG_LIBS BRIEF_DOCS "<internal setting>")
define_property(GLOBAL PROPERTY CLANG_UNITTEST_LINK_LIBS BRIEF_DOCS "<internal setting>")
set(doc_opts BRIEF_DOCS "<internal setting>" FULL_DOCS "<internal settings>")
define_property(GLOBAL PROPERTY CLANG_UNITTEST_SRCS ${doc_opts})
define_property(GLOBAL PROPERTY CLANG_UNITTEST_LLVM_COMPONENTS ${doc_opts})
define_property(GLOBAL PROPERTY CLANG_UNITTEST_CLANG_LIBS ${doc_opts})
define_property(GLOBAL PROPERTY CLANG_UNITTEST_LINK_LIBS ${doc_opts})

# add_clang_unittest(test_name file1.cpp file2.cpp)
#
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.