2012-12-04 02:12:45 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2013-12-10 20:40:37 +08:00
|
|
|
Support
|
2012-12-04 02:12:45 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_clang_unittest(FormatTests
|
|
|
|
FormatTest.cpp
|
2014-09-15 19:21:46 +08:00
|
|
|
FormatTestJava.cpp
|
2013-12-03 18:50:16 +08:00
|
|
|
FormatTestJS.cpp
|
2014-01-19 17:04:08 +08:00
|
|
|
FormatTestProto.cpp
|
2015-06-15 23:25:11 +08:00
|
|
|
FormatTestSelective.cpp
|
2012-12-04 02:12:45 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(FormatTests
|
|
|
|
clangFormat
|
2014-10-30 02:55:09 +08:00
|
|
|
clangToolingCore
|
2012-12-04 02:12:45 +08:00
|
|
|
)
|