gn build: Merge r372706
[llvm-complete.git] / utils / gn / secondary / llvm / unittests / DebugInfo / CodeView / BUILD.gn
blob913de50c7e6c4812864ebd94d378a8dc5f04d5f5
1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("DebugInfoCodeViewTests") {
4   deps = [
5     "//llvm/lib/DebugInfo/CodeView",
6     "//llvm/lib/Testing/Support",
7   ]
8   sources = [
9     "RandomAccessVisitorTest.cpp",
10     "TypeHashingTest.cpp",
11     "TypeIndexDiscoveryTest.cpp",
12   ]