aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/detection.cpp')
-rw-r--r--engines/testbed/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp
index 7aff7a1805..86199ae2e7 100644
--- a/engines/testbed/detection.cpp
+++ b/engines/testbed/detection.cpp
@@ -52,6 +52,10 @@ public:
_singleId = "testbed";
}
+ const char *getEngineId() const {
+ return "testbed";
+ }
+
virtual const char *getName() const {
return "TestBed: The Backend Testing Framework";
}