Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #254 - Updates the testing documentation for Windows with instructions to copy r-test folder #255

Merged
merged 3 commits into from
Mar 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docs/source/testing/regression_test_windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down