aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-e2e.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add support for UxROM chipsMiquel Sabaté Solà2024-12-201-0/+3
| | | | | | I have also added an end-to-end test for it. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Introduce end-to-end testsMiquel Sabaté Solà2024-12-201-0/+11
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à <mikisabate@gmail.com>