Skip to content
Snippets Groups Projects
Commit 9b194ba0 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Add missing #!/bin/bash to test script

parent 608a771b
No related branches found
No related tags found
1 merge request!222Add regression test for sphere in channel
#!/bin/bash
source ./regression-tests/__regression_test_executer.sh
# 1. set reference data directory (must match the folder structure in https://github.com/irmb/test_data)
......@@ -14,3 +16,5 @@ RESULT_DATA_DIR=output/Sphere
run_regression_test "$REFERENCE_DATA_DIR" "$CMAKE_FLAGS" "$APPLICATION" "$RESULT_DATA_DIR"
# fieldcompare dir output/Sphere reference_data/regression_tests/gpu/SphereInChannel --include-files "*.vtu"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment