diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-24 13:12:35 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-24 13:12:35 +0200 |
| commit | d95c68d8913d3ac434d86a681d215bd0da230b44 (patch) | |
| tree | 0d565504a2e32d8c8dee9b1ffbed571f7bf3b5b8 /.gitmodules | |
| parent | 2cbd68f149919f34be90c5727e0a9359c21e9650 (diff) | |
| download | tools.nes-d95c68d8913d3ac434d86a681d215bd0da230b44.tar.gz tools.nes-d95c68d8913d3ac434d86a681d215bd0da230b44.zip | |
tests: add jetpac.nes to the end-to-end tests
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7dd6a24..5bfc7b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "tests/code.nes"] path = tests/code.nes url = git@github.com:mssola/code.nes +[submodule "tests/jetpac.nes"] + path = tests/jetpac.nes + url = https://github.com/mssola/jetpac.nes |
