aboutsummaryrefslogtreecommitdiff
path: root/tests/code.nes.tar.gz
Commit message (Collapse)AuthorAgeFilesLines
* tests: Update code.nes so -Werror can be passedMiquel Sabaté Solà2025-01-131-0/+0
| | | | | | | | | Update the underlying code.nes test data so it uses a tighter configuration for NROM which in turn frees nasm from complaining about empty segments. This makes room to allo for -Werror so we catch warnings that might appear in the future. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* tests: Bundle end-to-end tests into a tarballMiquel Sabaté Solà2025-01-101-0/+0
This way I can simply compress all the examples to traverse with a single file, and thus no longer polluting this repository from code from other repositories. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>