aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-04-13 17:42:17 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-04-13 17:42:17 -0700
commit48a3af615b630ef6058a6d3fdcf78bface9b8fcf (patch)
tree688a3bdd57616cc311ef0f798dca6cb949c4563a /tools/run_tests
parent82921478a48a8c368c5e72677262e0639916c4b5 (diff)
parent23e4baefc2669c271f78402f5e9523d9f60a4cfe (diff)
Merge pull request #6145 from nicolasnoble/memtracking
Memtracking stuff
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/sources_and_headers.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index ca409e3c05..0b68315c82 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -6226,6 +6226,7 @@
"test/core/end2end/fixtures/proxy.h",
"test/core/iomgr/endpoint_tests.h",
"test/core/util/grpc_profiler.h",
+ "test/core/util/memory_counters.h",
"test/core/util/mock_endpoint.h",
"test/core/util/parse_hexstring.h",
"test/core/util/port.h",
@@ -6243,6 +6244,8 @@
"test/core/iomgr/endpoint_tests.h",
"test/core/util/grpc_profiler.c",
"test/core/util/grpc_profiler.h",
+ "test/core/util/memory_counters.c",
+ "test/core/util/memory_counters.h",
"test/core/util/mock_endpoint.c",
"test/core/util/mock_endpoint.h",
"test/core/util/parse_hexstring.c",