aboutsummaryrefslogtreecommitdiff
path: root/scripts/full-test.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: ensure bash is running themMiquel Sabaté Solà2026-07-231-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* scripts: separate fuzzy testing into its own fileMiquel Sabaté Solà2026-07-091-9/+1
| | | | | | | This way we can simply run fuzzy testing multiple times from the shell without having to run the full tests too. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Introduce end-to-end testsMiquel Sabaté Solà2024-12-201-0/+2
| | | | | | | | | | | 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>
* scripts: Error out on warningsMiquel Sabaté Solà2024-12-191-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* scripts: Add a script to perform all tests at onceMiquel Sabaté Solà2024-12-181-0/+16
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>