Testing
A set of tests are present in the tests-integration
folder.
These cases are very simple and have no physical accuracy; they are just meant to test the integrated working of the scripts’ functionalities.
To run them, execute the following commands from a Bash shell inside the FLUNED-Repository/tests-integration
folder.
Run the test suite.
./run_tests.sh
Run the post-processing script for the test simulations:
./run_post.sh
Compare the test results with the expected results (output written to
test_results
):./eval_results.sh
Clean the generated files.
./clean_tests.sh