This commit updates bootstrap.sh to manage the tests folder now
that it's a git submodule copy of libcgroup-tests.
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
echo "Activated pre-commit hook."
fi
-# configure googletest
+# update the git submodules - libcgroup-tests and googletest
git submodule update --init --recursive
+
+# configure libcgroup-tests
+pushd tests
+git checkout master
+popd
+
+# configure googletest
pushd googletest/googletest
git checkout release-1.8.0
cmake -DBUILD_SHARED_LIBS=ON .