Browse Source

switch to official googletest repo

sbg
Daniel Agar 9 years ago committed by Lorenz Meier
parent
commit
cbbb6a0e59
  1. 6
      .gitmodules
  2. 1
      unittests/googletest
  3. 1
      unittests/gtest

6
.gitmodules vendored

@ -13,9 +13,6 @@ @@ -13,9 +13,6 @@
[submodule "Tools/gencpp"]
path = Tools/gencpp
url = https://github.com/ros/gencpp.git
[submodule "unittests/gtest"]
path = unittests/gtest
url = https://github.com/sjwilks/gtest.git
[submodule "src/lib/eigen"]
path = src/lib/eigen
url = https://github.com/PX4/eigen.git
@ -25,3 +22,6 @@ @@ -25,3 +22,6 @@
[submodule "Tools/jMAVSim"]
path = Tools/jMAVSim
url = https://github.com/PX4/jMAVSim.git
[submodule "unittests/googletest"]
path = unittests/googletest
url = https://github.com/google/googletest.git

1
unittests/googletest

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit c99458533a9b4c743ed51537e25989ea55944908

1
unittests/gtest

@ -1 +0,0 @@ @@ -1 +0,0 @@
Subproject commit cdef6e4ce097f953445446e8da4cb8bb68478bc5
Loading…
Cancel
Save