xref: /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1import("//third-party/unittest/unittest.gni")
2
3unittest("TextAPITests") {
4  deps = [
5    "//llvm/lib/Testing/Support",
6    "//llvm/lib/TextAPI",
7  ]
8  sources = [
9    "TextStubV1Tests.cpp",
10    "TextStubV2Tests.cpp",
11    "TextStubV3Tests.cpp",
12    "TextStubV4Tests.cpp",
13  ]
14}
15