Updating to catch 3

This commit is contained in:
Zoe Roux
2021-07-06 17:51:19 +02:00
parent 0287effdb5
commit 37ced8e553
26 changed files with 63 additions and 56 deletions
+6 -6
View File
@@ -2,13 +2,13 @@
// Created by cbihan on 2/11/20.
//
#include <catch2/catch.hpp>
#include <iostream>
#include "Models/Ints.hpp"
#include <bitset>
#include "../tests.hpp"
#include "../../sources/SNES.hpp"
#include "../../sources/Memory/MemoryBus.hpp"
#include "../../sources/PPU/PPU.hpp"
#include "tests.hpp"
#include <catch2/catch.hpp>
#include "SNES.hpp"
#include "Memory/MemoryBus.hpp"
#include "PPU/PPU.hpp"
using namespace ComSquare;
TEST_CASE("vmain_data_full PPU_write_2", "[PPU_write_2]")
-1
View File
@@ -11,7 +11,6 @@
#define private public
#define protected public
#define class struct
#include "Renderer/NoRenderer.hpp"
#include "SNES.hpp"