| 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", | |
| "FileManagerTest.cpp", | |
| "FixedPointTest.cpp", | |
| "MemoryBufferCacheTest.cpp", | |
| "SourceManagerTest.cpp", | |
| ] | |
| } |