diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-12-12 20:03:06 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-12-12 20:03:17 +0100 |
| commit | 63897b552fc0d0a2544a547318017485ed220c67 (patch) | |
| tree | 2cc609226ce0a557012b061c65091750f2520c4c /test/run.sh | |
| parent | 46103595c072651ade490c48c417f5d8d7ba9327 (diff) | |
| download | aoc2023.nes-63897b552fc0d0a2544a547318017485ed220c67.tar.gz aoc2023.nes-63897b552fc0d0a2544a547318017485ed220c67.zip | |
Implemented day 3
Note that only part 1 has been implemented. The reasoning is on the file
header. Moreover, we are not printing 24-bit results yet because that
would entail modifying the somewhat terrifying vendor code on
`vendor/bcd16.s`. Since this will be a recurring theme, I guess that I
will have to come up with a solution sooner or later.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'test/run.sh')
| -rw-r--r-- | test/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run.sh b/test/run.sh index 2142ad1..f8eac6c 100644 --- a/test/run.sh +++ b/test/run.sh @@ -19,7 +19,7 @@ if [ -n "${GITHUB_ACTION}" ]; then fi # Run all the tests that we have on Lua. -for name in $(seq 2); do +for name in $(seq 3); do DEBUG=1 make out/$name.nes fceux --loadlua "$ROOT/test/$name.lua" "$ROOT/out/$name.nes" done |
