Skip to content

Limit default tests to ESSENTIAL Label

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 18 Mar 20:12
· 169 commits to main since this release
53d5014

This release of ESMA_cmake changes the behavior of make tests (pretty much only used in MAPL at the moment). Namely, make tests will now only run those tests labeled as ESSENTIAL. Previously this ran all the tests and this was often too onerous for machines like laptops and CI instances.

Now, make tests only runs those labeled as ESSENTIAL which avoid some performance or large-MPI or large-memory tests.

To run these tests, a user can run make tests-all.

Note that to fully utilize this, updates are needed in MAPL (will be in MAPL 2.45).


From CHANGELOG.md

Changed

  • Change make tests to only do tests labeled with ESSENTIAL. Add new make tests-all to run all tests.

What's Changed

Full Changelog: v3.42.0...v3.43.0