Describe the bug
It has apparently been decided that from now on the cmake is the framework for compilation. The problem is that this has not been integrated with the testing framework.
To Reproduce
Run "./bin/run_test -s PDLIB ../model ww3_tp2.6"
and see
[ERROR] comp file /Users/mathieu/GITall/GIT/WW3/model/bin/comp not found
Please run /Users/mathieu/GITall/GIT/WW3/model/bin/w3_setup <main_dir> -c -s
which is symptomatic of the run_test referring to the old framework.
Expected behavior
I expect the run_test to integrate smoothly with the cmake. Before once you had comp/link you were good to go. It should be the same for the run_test.
Screenshots
None
Additional context
This applies to all the tests.
Describe the bug
It has apparently been decided that from now on the cmake is the framework for compilation. The problem is that this has not been integrated with the testing framework.
To Reproduce
Run "./bin/run_test -s PDLIB ../model ww3_tp2.6"
and see
[ERROR] comp file /Users/mathieu/GITall/GIT/WW3/model/bin/comp not found
Please run /Users/mathieu/GITall/GIT/WW3/model/bin/w3_setup <main_dir> -c -s
which is symptomatic of the run_test referring to the old framework.
Expected behavior
I expect the run_test to integrate smoothly with the cmake. Before once you had comp/link you were good to go. It should be the same for the run_test.
Screenshots
None
Additional context
This applies to all the tests.