aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/testsuite.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/testsuite.h')
-rw-r--r--engines/testbed/testsuite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/testbed/testsuite.h b/engines/testbed/testsuite.h
index 08591d7b49..b4c30a7cdd 100644
--- a/engines/testbed/testsuite.h
+++ b/engines/testbed/testsuite.h
@@ -90,6 +90,7 @@ public:
virtual void enable(bool flag) {
_isTsEnabled = flag;
}
+ bool enableTest(const Common::String &testName, bool enable);
/**
* Prompts for User Input in form of "Yes" or "No" for interactive tests
@@ -162,6 +163,7 @@ public:
static void setCurrentFontUsageType(Graphics::FontManager::FontUsage f) { _displayFont = f; }
static void updateStats(const char *prefix, const char *info, uint numTests, uint testNum, Common::Point pt);
+ const Common::Array<Test *>& getTestList() { return _testsToExecute; }
protected: