30 lines · plain
1# SemaTests are distinct to enable fast incremental builds.2# Merging it into AllClangTests would result in one less3# large statically linked binary, but separating it out is4# the right tradeoff today.5add_distinct_clang_unittest(SemaTests6 ExternalSemaSourceTest.cpp7 CodeCompleteTest.cpp8 HeuristicResolverTest.cpp9 GslOwnerPointerInference.cpp10 SemaLookupTest.cpp11 SemaNoloadLookupTest.cpp12 CLANG_LIBS13 clangAST14 clangASTMatchers15 clangBasic16 clangDriver17 clangFrontend18 clangParse19 clangSema20 clangSerialization21 clangTooling22 LINK_LIBS23 LLVMTestingAnnotations24 LLVMTestingSupport25 clangTesting26 LLVM_COMPONENTS27 FrontendOpenMP28 Support29 )30