xref: /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Testing/Support/BUILD.gn (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1import("//third-party/unittest/unittest.gni")
2
3unittest("TestingSupportTests") {
4  deps = [
5    "//llvm/lib/Support",
6    "//llvm/lib/Testing/Support",
7  ]
8  sources = [ "TempPathTest.cpp" ]
9}
10