#include <chrono>
#include <memory>
#include "app/test/test_manager.h"
#include "app/emu/snes.h"
#include "app/emu/cpu/cpu.h"
#include "app/emu/audio/apu.h"
#include "app/emu/audio/spc700.h"
#include "app/emu/audio/audio_backend.h"
#include "app/emu/debug/breakpoint_manager.h"
#include "app/emu/debug/watchpoint_manager.h"
#include "app/emu/debug/apu_debugger.h"
#include "app/gui/icons.h"
#include "util/log.h"
Go to the source code of this file.
Classes | |
class | yaze::test::EmulatorTestSuite |
Test suite for core emulator components. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::test |