From ef1acee6a1f6d673d032c99ea41f37166f91bdd2 Mon Sep 17 00:00:00 2001 From: Adrian Conlon <98398945+AdrianConlon@users.noreply.github.com> Date: Sun, 19 May 2024 09:49:03 +0100 Subject: [PATCH] Update modules: lots of broken tests! --- .gitmodules | 3 +++ modules/65x02 | 1 + modules/catch2 | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 modules/65x02 diff --git a/.gitmodules b/.gitmodules index 40f0bdd..f55338f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "modules/catch2"] path = modules/catch2 url = https://github.com/catchorg/Catch2.git +[submodule "modules/65x02"] + path = modules/65x02 + url = https://github.com/SingleStepTests/65x02.git diff --git a/modules/65x02 b/modules/65x02 new file mode 160000 index 0000000..a86fc68 --- /dev/null +++ b/modules/65x02 @@ -0,0 +1 @@ +Subproject commit a86fc68a6c8e9b864bd3a7b2a1f3e9a0dfa9dc98 diff --git a/modules/catch2 b/modules/catch2 index 20d413b..c4e3767 160000 --- a/modules/catch2 +++ b/modules/catch2 @@ -1 +1 @@ -Subproject commit 20d413b8b6803c6d456874935d7014fe684e9426 +Subproject commit c4e3767e265808590986d5db6ca1b5532a7f3d13