mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 05:31:03 +00:00
Add more tests
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <windows_emulator.hpp>
|
||||
|
||||
#include "emulation_test_utils.hpp"
|
||||
|
||||
namespace test
|
||||
{
|
||||
@@ -10,8 +8,7 @@ namespace test
|
||||
emu.logger.disable_output(true);
|
||||
emu.start();
|
||||
|
||||
ASSERT_TRUE(emu.process().exit_status.has_value());
|
||||
ASSERT_EQ(*emu.process().exit_status, 0);
|
||||
assert_terminated_successfully(emu);
|
||||
}
|
||||
|
||||
TEST(EmulationTest, CountedEmulationWorks)
|
||||
|
||||
Reference in New Issue
Block a user