blob: 0ebeb4f773bbc337f6986e6ea5f2b6c08a238477 [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("TextAPITests") {
deps = [
"//llvm/lib/Testing/Support",
"//llvm/lib/TextAPI",
]
sources = [
"TextStubV1Tests.cpp",
"TextStubV2Tests.cpp",
"TextStubV3Tests.cpp",
"TextStubV4Tests.cpp",
]
}