repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git]
/
utils
/
gn
/
secondary
/
clang
/
unittests
/
Basic
/
BUILD.gn
blob
2f4555d548c8816c34bb665370c012c73deff1f6
1
import("//llvm/utils/unittest/unittest.gni")
2
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
]
17
}