Add tests infrastructure

This commit is contained in:
Alexis Lopez Zubieta
2018-10-12 15:51:13 +02:00
committed by TheAssassin
parent d2a021d57b
commit 55b6ee19e1
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -76,3 +76,6 @@
[submodule "lib/CImg"]
path = lib/CImg
url = https://github.com/dtschump/CImg.git
[submodule "lib/googletest"]
path = lib/googletest
url = https://github.com/google/googletest

View File

@@ -12,4 +12,4 @@ set(USE_SYSTEM_CIMG ON CACHE BOOL "Set to OFF to use CImg library bundled in lib
add_subdirectory(lib)
add_subdirectory(src)
add_subdirectory(src)

View File

@@ -108,3 +108,5 @@ if(NOT USE_SYSTEM_BOOST)
boost_type_traits boost_static_assert boost_integer boost_preprocessor boost_functional boost_detail
)
endif()
add_subdirectory(googletest)

1
lib/googletest Submodule

Submodule lib/googletest added at 3bb00b7ead