From 1129761df30aa8679c47555b3db550f7b58d2d59 Mon Sep 17 00:00:00 2001 From: Max Luebke Date: Thu, 2 Mar 2023 16:44:59 +0100 Subject: [PATCH] chore: add doctest as dependency --- .gitmodules | 3 +++ ext/doctest | 1 + 2 files changed, 4 insertions(+) create mode 160000 ext/doctest diff --git a/.gitmodules b/.gitmodules index 43b424fd9..f39a21a09 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "ext/phreeqcrm"] path = ext/phreeqcrm url = ../../mluebke/phreeqcrm-gfz.git +[submodule "ext/doctest"] + path = ext/doctest + url = https://github.com/doctest/doctest.git diff --git a/ext/doctest b/ext/doctest new file mode 160000 index 000000000..8fdfd113d --- /dev/null +++ b/ext/doctest @@ -0,0 +1 @@ +Subproject commit 8fdfd113dcb4ad1a31705ff8ddb13a21a505bad8