ENH: add testing structure

This commit is contained in:
Timothy Helton 2017-12-28 11:43:15 -07:00
parent ea1ef11694
commit 7c78897f19
4 changed files with 22 additions and 0 deletions

8
tests/CMakeLists.txt Normal file
View file

@ -0,0 +1,8 @@
project(${CMAKE_PROJECT_NAME}_tests)
if(NOT EXISTS lib/googletest)
file(MAKE_DIRECTORY lib/googletest)
endif()
add_subdirectory(lib/googletest)
add_subdirectory(unit_tests)