From a17dc18969c90e8938434cacae455f22eba84633 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Aug 2025 17:14:49 +0200 Subject: Rebump end-to-end tests to work via git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This provides a more up-to-date experience, while also allowing to test more cases. Moreover, the latest flags from 'xa65' are being used. All in all, both 'code.nes' and 'aoc2023.nes' appear to be working after the latest fixes. Signed-off-by: Miquel Sabaté Solà --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7dd6a24 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "tests/aoc2023.nes"] + path = tests/aoc2023.nes + url = git@github.com:mssola/aoc2023.nes +[submodule "tests/code.nes"] + path = tests/code.nes + url = git@github.com:mssola/code.nes -- cgit v1.2.3