From 0087cc0631ae8e8b1892e674e34a9daa84ad0bb9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 20 Dec 2024 16:49:46 +0100 Subject: Introduce end-to-end tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now I have added the most simple example for an NES/Famicom game, which I already had on a private repository (that I plan to open source soonish). Tests simply run `nasm` on known source files and compares the results with an .nes ROM file that has the exact bytes that we expect. Signed-off-by: Miquel Sabaté Solà --- tests/bin/sprite.nes | Bin 0 -> 40976 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/bin/sprite.nes (limited to 'tests/bin') diff --git a/tests/bin/sprite.nes b/tests/bin/sprite.nes new file mode 100644 index 0000000..6c7db84 Binary files /dev/null and b/tests/bin/sprite.nes differ -- cgit v1.2.3