Reorganizing src and test folders

Moving epanet_output library from tools to src folder. Setting up parallel folder hierarchy in tests folder.
This commit is contained in:
Michael Tryby
2019-03-20 17:58:24 -04:00
parent 7eadbc25ce
commit ccbb422259
10 changed files with 1304 additions and 55 deletions

View File

@@ -41,10 +41,11 @@ option(BUILD_COVERAGE "Build library for coverage" OFF)
IF (NOT BUILD_PY_LIB)
add_subdirectory(run)
ENDIF (NOT BUILD_PY_LIB)
add_subdirectory(tools/epanet-output)
add_subdirectory(src/outfile)
IF (BUILD_TESTS)
add_subdirectory(tests)
add_subdirectory(tests/outfile)
ENDIF (BUILD_TESTS)