diff options
Diffstat (limited to 'llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn')
| -rw-r--r-- | llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn new file mode 100644 index 00000000000..913de50c7e6 --- /dev/null +++ b/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn @@ -0,0 +1,13 @@ +import("//llvm/utils/unittest/unittest.gni") + +unittest("DebugInfoCodeViewTests") { + deps = [ + "//llvm/lib/DebugInfo/CodeView", + "//llvm/lib/Testing/Support", + ] + sources = [ + "RandomAccessVisitorTest.cpp", + "TypeHashingTest.cpp", + "TypeIndexDiscoveryTest.cpp", + ] +} |

