19 lines
396 B
Plaintext
19 lines
396 B
Plaintext
|
import("//llvm/utils/unittest/unittest.gni")
|
||
|
|
||
|
unittest("BasicTests") {
|
||
|
configs += [ "//llvm/utils/gn/build:clang_code" ]
|
||
|
deps = [
|
||
|
"//clang/lib/Basic",
|
||
|
"//clang/lib/Lex",
|
||
|
"//llvm/lib/Support",
|
||
|
]
|
||
|
sources = [
|
||
|
"CharInfoTest.cpp",
|
||
|
"DiagnosticTest.cpp",
|
||
|
"FileEntryTest.cpp",
|
||
|
"FileManagerTest.cpp",
|
||
|
"LineOffsetMappingTest.cpp",
|
||
|
"SourceManagerTest.cpp",
|
||
|
]
|
||
|
}
|