diff options
Diffstat (limited to 'engines/testbed')
-rw-r--r-- | engines/testbed/detection.cpp | 4 |
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"; } |