ENH: add testing structure
This commit is contained in:
parent
ea1ef11694
commit
7c78897f19
4 changed files with 22 additions and 0 deletions
8
tests/CMakeLists.txt
Normal file
8
tests/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue