From 4736c9d7a6982db9e3276b72eab9eddc956ce621 Mon Sep 17 00:00:00 2001 From: Charles Baker Date: Thu, 20 May 2021 08:44:22 +1200 Subject: [PATCH] Move cwbaker/unittest-cpp submodule to src/unittest-cpp --- .gitmodules | 2 +- unittest-cpp => src/unittest-cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename unittest-cpp => src/unittest-cpp (100%) diff --git a/.gitmodules b/.gitmodules index 2e6210e..f376b1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "unittest-cpp"] - path = unittest-cpp + path = src/unittest-cpp url = https://github.com/cwbaker/unittest-cpp.git diff --git a/unittest-cpp b/src/unittest-cpp similarity index 100% rename from unittest-cpp rename to src/unittest-cpp