diff options
Diffstat (limited to 'clang/unittests/Format/CMakeLists.txt')
-rw-r--r-- | clang/unittests/Format/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/unittests/Format/CMakeLists.txt b/clang/unittests/Format/CMakeLists.txt index 17799ae75e8..507d643ba10 100644 --- a/clang/unittests/Format/CMakeLists.txt +++ b/clang/unittests/Format/CMakeLists.txt @@ -6,11 +6,12 @@ add_clang_unittest(FormatTests CleanupTest.cpp FormatTest.cpp FormatTestComments.cpp - FormatTestJava.cpp FormatTestJS.cpp + FormatTestJava.cpp FormatTestObjC.cpp FormatTestProto.cpp FormatTestSelective.cpp + NamespaceEndCommentsFixerTest.cpp SortImportsTestJS.cpp SortIncludesTest.cpp ) |