Skip to content

Commit

Permalink
Merge pull request #329 from lanl/jmm/analytic-vinet
Browse files Browse the repository at this point in the history
Move vinet test from tabulated tests to analytic
  • Loading branch information
Yurlungur authored Dec 5, 2023
2 parents 37c5b73 + 7d21ac1 commit f7df74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit f7df74f

Please sign in to comment.