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

Unit test infrastructure setup #144

Open
wants to merge 8 commits into
base: development
Choose a base branch
from

Conversation

mwaxmonsky
Copy link
Collaborator

@mwaxmonsky mwaxmonsky commented Oct 24, 2024

Originator(s): @mwaxmonsky

Summary (include the keyword ['closes', 'fixes', 'resolves'] and issue number): Sets up the basic infrastructure to start enabling unit testing. Addresses #82

Describe any changes made to the namelist: N/A

List all files eliminated and why: N/A

List all files added and what they do:
A .github/workflows/code-coverage.yaml
A test/unit-test/CMakeLists.txt
A test/unit-test/include/ccpp_kinds.F90
A test/unit-test/tests/CMakeLists.txt
A test/unit-test/tests/utilities/CMakeLists.txt
A test/unit-test/tests/utilities/test_state_converters.pf

  • Initial round of infrastructure to start enabling unit tests.

List all existing files that have been modified, and describe the changes: N/A
(Helpful git command: git diff --name-status development...<your_branch_name>)

List any test failures: N/A

Is this a science-changing update? New physics package, algorithm change, tuning changes, etc? No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant