From 7cb856f0c17895c7af061dd606777dc99f3b294c Mon Sep 17 00:00:00 2001 From: Jonah Maxwell Miller Date: Mon, 4 Dec 2023 16:55:29 -0700 Subject: [PATCH 1/2] Move vinet test from tabulated tests to analytic --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7d21ac1ed02207a8da355617ca5099a054f1c9b5 Mon Sep 17 00:00:00 2001 From: Jonah Maxwell Miller Date: Mon, 4 Dec 2023 16:58:46 -0700 Subject: [PATCH 2/2] move vinet tests --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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/...)