MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / test

Method test

gui/qt/emuthread.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void EmuThread::test(const QString &config, bool run) {
315 m_autotesterPath = config;
316 m_autotesterRun = run;
317 req(RequestAutoTester);
318}
319
320void EmuThread::save(emu_data_t fileType, const QString &filePath) {
321 m_savePath = filePath;

Callers 1

autotesterLaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected