From 7c2d92f3f119c4d47536a13785dfd9fdb6e18794 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Thu, 22 Mar 2018 16:46:03 -0400 Subject: [PATCH] Adding new tests to run-nrtest scripts --- tools/run-nrtest.cmd | 2 +- tools/run-nrtest.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run-nrtest.cmd b/tools/run-nrtest.cmd index 600563a..586926b 100644 --- a/tools/run-nrtest.cmd +++ b/tools/run-nrtest.cmd @@ -20,7 +20,7 @@ set TEST_SUITE_PATH=%~2 set NRTEST_EXECUTE_CMD=python %NRTEST_SCRIPT_PATH%\nrtest execute set TEST_APP_PATH=apps\epanet-%3.json -set TESTS=tests\examples +set TESTS=tests\examples tests\network_one set TEST_OUTPUT_PATH=benchmark\epanet-%3 set NRTEST_COMPARE_CMD=python %NRTEST_SCRIPT_PATH%\nrtest compare diff --git a/tools/run-nrtest.sh b/tools/run-nrtest.sh index f975067..54c849d 100755 --- a/tools/run-nrtest.sh +++ b/tools/run-nrtest.sh @@ -22,7 +22,7 @@ test_suite_path=$1 nrtest_execute_cmd="nrtest execute" test_app_path="apps/epanet-$2.json" -tests="tests/examples" +tests="tests/examples tests/network_one" test_output_path="benchmark/epanet-$2" nrtest_compare_cmd="nrtest compare"