Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake is not integrated to the test framework #779

Closed
MathieuDutSik opened this issue Sep 8, 2022 · 2 comments
Closed

cmake is not integrated to the test framework #779

MathieuDutSik opened this issue Sep 8, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@MathieuDutSik
Copy link
Contributor

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.

@MathieuDutSik MathieuDutSik added the bug Something isn't working label Sep 8, 2022
@mickaelaccensi
Copy link
Collaborator

Hi Mathieu,
you should use now run_cmake_test
I should be detailed soon in the manual...
Mickael

@JessicaMeixner-NOAA
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants