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
|
2016-04-25 23:09:22 +08:00
|
|
|
CleanupTest.cpp
|
2012-12-04 02:12:45 +08:00
|
|
|
FormatTest.cpp
|
2017-02-08 20:53:18 +08:00
|
|
|
FormatTestComments.cpp
|
2013-12-03 18:50:16 +08:00
|
|
|
FormatTestJS.cpp
|
2017-02-27 21:28:36 +08:00
|
|
|
FormatTestJava.cpp
|
2016-12-12 20:42:29 +08:00
|
|
|
FormatTestObjC.cpp
|
2014-01-19 17:04:08 +08:00
|
|
|
FormatTestProto.cpp
|
2015-06-15 23:25:11 +08:00
|
|
|
FormatTestSelective.cpp
|
2017-02-27 21:28:36 +08:00
|
|
|
NamespaceEndCommentsFixerTest.cpp
|
2016-05-20 19:24:24 +08:00
|
|
|
SortImportsTestJS.cpp
|
2015-09-23 16:30:47 +08:00
|
|
|
SortIncludesTest.cpp
|
2012-12-04 02:12:45 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(FormatTests
|
2016-03-01 20:47:30 +08:00
|
|
|
clangBasic
|
2012-12-04 02:12:45 +08:00
|
|
|
clangFormat
|
2016-03-01 20:37:30 +08:00
|
|
|
clangFrontend
|
2016-03-01 21:11:36 +08:00
|
|
|
clangRewrite
|
2014-10-30 02:55:09 +08:00
|
|
|
clangToolingCore
|
2012-12-04 02:12:45 +08:00
|
|
|
)
|