blob: 174f3e7bf57321b6c6e75ba9c3f37703b41a62d7 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(SyntaxTests
TreeTestBase.cpp
BuildTreeTest.cpp
MutationsTest.cpp
SynthesisTest.cpp
TreeTest.cpp
TokensTest.cpp
)
clang_target_link_libraries(SyntaxTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangLex
clangSerialization
clangTesting
clangTooling
clangToolingCore
clangToolingSyntax
)
target_link_libraries(SyntaxTests
PRIVATE
LLVMTestingSupport
)