From f8486620dd086cc3b30db76e92ee02e8028322bd Mon Sep 17 00:00:00 2001 From: PS <47893479+pschuenemann@users.noreply.github.com> Date: Tue, 5 Mar 2019 11:47:23 +0100 Subject: [PATCH 1/2] updates section 'Windows with Visual Studio regression test' of the documentation with inclusion of an instruction to copy the r-test folder to build/reg_tests --- docs/source/testing/regression_test_windows.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/source/testing/regression_test_windows.rst b/docs/source/testing/regression_test_windows.rst index d00ac671b7..74ff87de74 100644 --- a/docs/source/testing/regression_test_windows.rst +++ b/docs/source/testing/regression_test_windows.rst @@ -68,16 +68,23 @@ Windows with Visual Studio regression test iii) Close your Visual Studio and then Repeat Steps (a) through (c) - d) You should now see the file ``openfast_x64.exe`` in your ``openfast\build\bin`` folder + d) You should now see the file ``openfast_x64_Double.exe`` in your ``openfast\build\bin`` folder. -4) Execute the OpenFAST regression Tests +4) Prepare regression tests + + a) Create a subdirectory called ``reg_tests`` in your ``openfast\build`` folder. + + b) Copy the contents of ``openfast/reg_tests/r-test`` to ``openfast/build/reg_tests``. + + +5) Execute the OpenFAST regression Tests a) Open a command prompt which is configured for Python [ like Anaconda3 ] b) Change your working directory to ``openfast\reg_tests`` - c) Type: ``python manualRegressionTest.py ..\build\bin\openfast_x64.exe Windows Intel 1e-5`` + c) Type: ``python manualRegressionTest.py ..\build\bin\openfast_x64_Double.exe Windows Intel 1e-5`` You should see this: ``executing AWT_YFix_WSt`` d) The tests will continue to execute one-by-one until you finally see something like this: From 320e219e581f56e75d7235b4079cad25eabe2858 Mon Sep 17 00:00:00 2001 From: PS <47893479+pschuenemann@users.noreply.github.com> Date: Tue, 5 Mar 2019 11:50:23 +0100 Subject: [PATCH 2/2] harmonizes path separators in section 'Windows with Visual Studio regression test' of the documentation --- docs/source/testing/regression_test_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/testing/regression_test_windows.rst b/docs/source/testing/regression_test_windows.rst index 74ff87de74..4894e7b514 100644 --- a/docs/source/testing/regression_test_windows.rst +++ b/docs/source/testing/regression_test_windows.rst @@ -75,7 +75,7 @@ Windows with Visual Studio regression test a) Create a subdirectory called ``reg_tests`` in your ``openfast\build`` folder. - b) Copy the contents of ``openfast/reg_tests/r-test`` to ``openfast/build/reg_tests``. + b) Copy the contents of ``openfast\reg_tests\r-test`` to ``openfast\build\reg_tests``. 5) Execute the OpenFAST regression Tests