Adding tests at test root

Couldn't get tests in subdirectores to work so adding them at test root instead.
This commit is contained in:
Michael Tryby
2019-03-22 11:51:08 -04:00
parent ec72db5d82
commit 2bf3be4c64
6 changed files with 15 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ before_test:
test_script:
# run unit tests
- cd %BUILD_HOME%\tests
- ctest -C Release RUN_TESTS
- ctest -C Release --output-on-failure
# run regression tests
- cd %EPANET_HOME%
- tools\run-nrtest.cmd %REF_BUILD_ID% %SUT_BUILD_ID%