summaryrefslogtreecommitdiffstats
path: root/content/test/gpu/gpu_tests/trace_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/gpu/gpu_tests/trace_test.py')
-rw-r--r--content/test/gpu/gpu_tests/trace_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/trace_test.py b/content/test/gpu/gpu_tests/trace_test.py
index 128448d..fb4de0f 100644
--- a/content/test/gpu/gpu_tests/trace_test.py
+++ b/content/test/gpu/gpu_tests/trace_test.py
@@ -59,6 +59,10 @@ class TraceTest(benchmark.Benchmark):
"""Tests GPU traces"""
test = _TraceValidator
+ @classmethod
+ def Name(cls):
+ return 'trace_test'
+
def CreateExpectations(self):
return trace_test_expectations.TraceTestExpectations()