From 01e61108c89aeb9c0460f888e4d87fa418e7866f Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sun, 10 Oct 2021 21:24:20 +0100 Subject: [PATCH] Add Harte processor tests as a submodule. Signed-off-by: Adrian Conlon --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 40f0bdd..ee2516b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "modules/catch2"] path = modules/catch2 url = https://github.com/catchorg/Catch2.git +[submodule "modules/ProcessorTests"] + path = modules/ProcessorTests + url = https://github.com/TomHarte/ProcessorTests.git