aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unittests/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt
index b001d15bcb..0c91450e04 100644
--- a/unittests/CMakeLists.txt
+++ b/unittests/CMakeLists.txt
@@ -36,6 +36,12 @@ if(SUPPORTS_NO_VARIADIC_MACROS_FLAG)
add_definitions("-Wno-variadic-macros")
endif()
+add_clang_unittest(Basic
+ "Core"
+ "gtest gtest_main clangBasic"
+ Basic/FileManagerTest.cpp
+ )
+
add_clang_unittest(Frontend
"Core"
"gtest gtest_main clangFrontend"