From 550d83bb843d4d4fed0642e114cba482df582421 Mon Sep 17 00:00:00 2001 From: stefiosif Date: Thu, 21 Apr 2022 20:28:11 +0300 Subject: [PATCH] Add doctest --- .gitmodules | 6 ++++++ third_party/doctest | 1 + 2 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/doctest diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b4bce70 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party"] + path = third_party + url = https://github.com/doctest/doctest.git +[submodule "third_party/doctest"] + path = third_party/doctest + url = https://github.com/doctest/doctest.git diff --git a/third_party/doctest b/third_party/doctest new file mode 160000 index 0000000..7b98851 --- /dev/null +++ b/third_party/doctest @@ -0,0 +1 @@ +Subproject commit 7b9885133108ae301ddd16e2651320f54cafeba7