llvm-for-llvmta/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn

15 lines
276 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
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",
]
}