You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@MathieuDutSik yes, we will soon be updating the manual and wiki pages. At that time run_cmake_test will be moved to run_test (See PR here: #726)
Let me know if you have any issues running the run_cmake_test by reopening this issue or creating another issue.
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.
The text was updated successfully, but these errors were encountered: