aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test.h')
-rw-r--r--tests/Test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Test.h b/tests/Test.h
index 2dca0e6fd0..98ade93e87 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -88,6 +88,8 @@ namespace skiatest {
const char* getName();
bool run(); // returns true on success
+ static const char* GetTmpDir();
+
protected:
virtual void onGetName(SkString*) = 0;
virtual void onRun(Reporter*) = 0;