Adding support for unit testing using boost unit test and ctest

This commit is contained in:
Michael Tryby
2018-02-16 14:17:12 -05:00
parent ddd08e3d5f
commit 508bfb1cd4
5 changed files with 419 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
cmake_minimum_required (VERSION 2.8.8)
project(EPANET)
add_subdirectory(tests)
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)