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