Merge "Add missing test files to compile."

This commit is contained in:
Christopher Ferris 2017-07-07 21:26:30 +00:00 committed by Gerrit Code Review
commit 32ac9bfd09

View file

@ -103,11 +103,13 @@ cc_defaults {
"tests/MapInfoCreateMemoryTest.cpp", "tests/MapInfoCreateMemoryTest.cpp",
"tests/MapInfoGetElfTest.cpp", "tests/MapInfoGetElfTest.cpp",
"tests/MapsTest.cpp", "tests/MapsTest.cpp",
"tests/MemoryBuffer.cpp",
"tests/MemoryFake.cpp", "tests/MemoryFake.cpp",
"tests/MemoryFileTest.cpp", "tests/MemoryFileTest.cpp",
"tests/MemoryLocalTest.cpp", "tests/MemoryLocalTest.cpp",
"tests/MemoryRangeTest.cpp", "tests/MemoryRangeTest.cpp",
"tests/MemoryRemoteTest.cpp", "tests/MemoryRemoteTest.cpp",
"tests/MemoryTest.cpp",
"tests/RegsTest.cpp", "tests/RegsTest.cpp",
"tests/SymbolsTest.cpp", "tests/SymbolsTest.cpp",
], ],