aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/speech.cpp
AgeCommit message (Collapse)Author
2019-09-01JANITORIAL: Remove some trailing whitespacesJaromir Wysoglad
2019-09-01TESTBED: Increase pause in TTS pause testJaromir Wysoglad
2019-09-01TESTBED: Improve some TTS testsJaromir Wysoglad
2019-09-01TESTBED: Make sure to process events while waiting for speech to finishThierry Crozat
Same implementations of TextToSpeechManager may require system events to be processed for the state synchronisation to work properly. This commit also fixes a few typos or inconsistencies in some texts.
2019-09-01TESTBED: Add tests for TTS *_NO_REPEAT actionsJaromir Wysoglad
2019-09-01TESTBED: Rewrite parts of TTS tests.Jaromir Wysoglad
As suggested by Criezy on github
2019-09-01TESTBED: Add state queries to TTS tests.Jaromir Wysoglad
2019-09-01TESTBET: Add TTS testsJaromir Wysoglad