diff --git a/make-ci.sh b/make-ci.sh index 90fe6e5..d553ef9 100755 --- a/make-ci.sh +++ b/make-ci.sh @@ -19,8 +19,9 @@ mkdir build cd build cmake -DBUILD_GMOCK=OFF -DBUILD_GTEST=ON -DBUILD_SHARED_LIBS=ON .. time make -sudo mv googletest/libg* /usr/local/lib/ cd ../.. +sudo cp googletest/build/googletest/libg* /usr/local/lib/ +sudo cp -r googletest/googletest/include/gtest /usr/local/include # Make redox cmake -Dexamples=ON -Dlib=ON -Dstatic_lib=ON -Dtests=ON .. diff --git a/test/test.cpp b/test/test.cpp index cbafca5..f18eb73 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -20,8 +20,9 @@ #include +#include + #include "redox.hpp" -#include "gtest/gtest.h" namespace {