]> granicus.if.org Git - llvm/commitdiff
gn build: Merge the test part of r353237.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 7 Feb 2019 02:40:49 +0000 (02:40 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 7 Feb 2019 02:40:49 +0000 (02:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353369 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/llvm/unittests/ADT/BUILD.gn

index 21cdc0bd9d1cebf056cc14c53340661bddcc60a4..0762180ad9281bb7ddcba473a31829c0d58c2f95 100644 (file)
@@ -7,6 +7,7 @@ unittest("ADTTests") {
     # Some tests include files from IR, but there's no library dependency.
     "//llvm/include/llvm/IR:public_tablegen",
     "//llvm/lib/Support",
+    "//llvm/lib/Testing/Support",
   ]
   sources = [
     "APFloatTest.cpp",