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

Move vinet test from tabulated tests to analytic #329

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Changed (changing behavior/API/variables/...)

### Infrastructure (changes irrelevant to downstream codes)
- [[PR329]](https://github.com/lanl/singularity-eos/pull/329) Move vinet tests into analytic test suite
- [[PR328]](https://github.com/lanl/singularity-eos/pull/328) Move to catch2 v3

### Removed (removing behavior/API/varaibles/...)
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ add_executable(
test_eos_sap_polynomial.cpp
test_eos_noble_abel.cpp
test_eos_stiff.cpp
test_eos_vinet.cpp
)

add_executable(
Expand All @@ -36,7 +37,6 @@ add_executable(
eos_tabulated_unit_tests
catch2_define.cpp
eos_unit_test_helpers.hpp
test_eos_vinet.cpp
test_eos_helmholtz.cpp
test_eos_tabulated.cpp
test_eos_stellar_collapse.cpp
Expand Down
Loading