[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / utils / gn / secondary / clang / unittests / Basic / BUILD.gn
blob2f4555d548c8816c34bb665370c012c73deff1f6
1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("BasicTests") {
4   configs += [ "//llvm/utils/gn/build:clang_code" ]
5   deps = [
6     "//clang/lib/Basic",
7     "//clang/lib/Lex",
8     "//llvm/lib/Support",
9   ]
10   sources = [
11     "CharInfoTest.cpp",
12     "DiagnosticTest.cpp",
13     "FileManagerTest.cpp",
14     "FixedPointTest.cpp",
15     "SourceManagerTest.cpp",
16   ]