tests: complete exec tests (for now)

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-19 08:58:11 +05:30
parent fa96a4d09f
commit 1eb4a9545b
7 changed files with 411 additions and 143 deletions

View File

@@ -90,7 +90,7 @@ main(int argc, const char* argv[]) {
Cpu cpu(bus);
while (true) {
cpu.step();
sleep(1);
sleep(2);
}
} catch (const std::exception& e) {
std::cerr << "Exception: " << e.what() << std::endl;