27 lines · plain
1add_clang_unittest(SyntaxTests2 TreeTestBase.cpp3 BuildTreeTest.cpp4 MutationsTest.cpp5 SynthesisTest.cpp6 TreeTest.cpp7 TokensTest.cpp8 9 CLANG_LIBS10 clangAST11 clangBasic12 clangFrontend13 clangLex14 clangSerialization15 clangTooling16 clangToolingCore17 clangToolingSyntax18 19 LINK_LIBS20 clangTesting21 LLVMTestingAnnotations22 LLVMTestingSupport23 24 LLVM_COMPONENTS25 Support26)27