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à --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9eeba11..4e70798 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /target -*.nes -tests/code.nes +/*.nes +tests/out/*.nes TODO -- cgit v1.2.3