summaryrefslogtreecommitdiffstats
path: root/content/test/gpu/gpu_tests/memory_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/gpu/gpu_tests/memory_test.py')
-rw-r--r--content/test/gpu/gpu_tests/memory_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/memory_test.py b/content/test/gpu/gpu_tests/memory_test.py
index 5ff6a43..576f13f 100644
--- a/content/test/gpu/gpu_tests/memory_test.py
+++ b/content/test/gpu/gpu_tests/memory_test.py
@@ -103,6 +103,10 @@ class MemoryTest(benchmark.Benchmark):
"""Tests GPU memory limits"""
test = _MemoryValidator
+ @classmethod
+ def Name(cls):
+ return 'memory_test'
+
def CreateExpectations(self):
return memory_test_expectations.MemoryTestExpectations()