From 22a9d260ebb862a5d8dfeb20998735dcbfe24a98 Mon Sep 17 00:00:00 2001 From: vladimir-shperling Date: Wed, 15 May 2024 10:33:05 +0700 Subject: [PATCH] add test-lib as submodule --- .gitmodules | 4 ++-- test-lib | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 test-lib diff --git a/.gitmodules b/.gitmodules index 14396c6..397be31 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,5 +5,5 @@ path = buildSrc url = https://git.sicampus.ru/core/dependecies.git [submodule "test-lib"] - path = testLib - url = https://git.sicampus.ru/core/test-lib.git + path = test-lib + url = https://git.sicampus.ru/core/test-lib diff --git a/test-lib b/test-lib new file mode 160000 index 0000000..9419982 --- /dev/null +++ b/test-lib @@ -0,0 +1 @@ +Subproject commit 9419982f50b8d2aad4e8b446ba858aa14e93c358