Skip to content
Snippets Groups Projects
Commit bf507f42 authored by Soeren Peters's avatar Soeren Peters
Browse files

Add license and fix path to regression-tests

parent dc304e42
No related branches found
No related tags found
3 merge requests!403minor release 0.1.1,!402minor release 0.1.1,!388Add tests folder in project containing all kind of tests
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: Copyright © VirtualFluids Project contributors, see AUTHORS.md in root folder
add_subdirectory(NumericalTests)
add_subdirectory(NumericalTestPostProcessing)
\ No newline at end of file
......@@ -16,7 +16,7 @@ stages:
- linux
before_script:
- chmod -R +x ./regression-tests/*
- chmod -R +x ./tests/regression-tests/*
- pip install fieldcompare
artifacts:
......@@ -30,6 +30,6 @@ run-regression-test-{{ regression_test[1] }}-{{ regression_test[0] }}:
extends: .regression-test
script:
- ./regression-tests/{{ regression_test[1] }}/{{ regression_test[0] }}.sh
- ./tests/regression-tests/{{ regression_test[1] }}/{{ regression_test[0] }}.sh
{% endfor %}
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