forked from OSchip/llvm-project
Use add_clang_unittest in the CMakeLists.txt for the moved unittest
The unittest was moved in r306840 llvm-svn: 306841
This commit is contained in:
parent
4abbd92bf4
commit
079e5db81f
|
@ -5,7 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
# We'd like clang/unittests/Tooling/RewriterTestContext.h in the test.
|
||||
include_directories(${CLANG_SOURCE_DIR})
|
||||
|
||||
add_extra_unittest(ClangRenameTests
|
||||
add_clang_unittest(ClangRenameTests
|
||||
RenameClassTest.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue