diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f35fa104..1f91381416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/...) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e856ee532e..d63bbbb51b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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( @@ -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