From 7c6733b07ca1ce95b5a51791b7fcdc863c152bbf Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Tue, 7 Apr 2020 08:11:07 -0600 Subject: [PATCH] git: Add submodule libcgroup-tests This commit adds the libcgroup-tests git repo as a submodule. Signed-off-by: Tom Hromatka --- .gitmodules | 3 +++ tests | 1 + 2 files changed, 4 insertions(+) create mode 160000 tests diff --git a/.gitmodules b/.gitmodules index bfb1b5aa..136e80c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = googletest url = https://github.com/google/googletest.git fetchRecurseSubmodules = true +[submodule "tests"] + path = tests + url = https://github.com/libcgroup/libcgroup-tests.git diff --git a/tests b/tests new file mode 160000 index 00000000..d54844c3 --- /dev/null +++ b/tests @@ -0,0 +1 @@ +Subproject commit d54844c34b2261f34b43fe522872d4983c4c8a9a -- 2.47.2