Add chip8Archive as a submodule, for testing

This commit is contained in:
2023-04-02 14:21:43 -05:00
parent f27537b3b8
commit 89f66c3d5b
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "tests/chip8-test-suite"]
path = tests/chip8-test-suite
url = https://github.com/Timendus/chip8-test-suite.git
[submodule "chip8Archive"]
path = chip8Archive
url = https://github.com/JohnEarnest/chip8Archive.git