From bc57e14f8dab98aec87fe88623d68465f664cb05 Mon Sep 17 00:00:00 2001 From: program-- Date: Thu, 3 Aug 2023 13:58:42 -0700 Subject: [PATCH] tests: revert skipping test if test_bmi_cpp is not found --- test/realizations/Formulation_Manager_Test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/realizations/Formulation_Manager_Test.cpp b/test/realizations/Formulation_Manager_Test.cpp index c8da6a54d0..b9a0ce041d 100644 --- a/test/realizations/Formulation_Manager_Test.cpp +++ b/test/realizations/Formulation_Manager_Test.cpp @@ -902,9 +902,6 @@ TEST_F(Formulation_Manager_Test, forcing_provider_specification) { } TEST_F(Formulation_Manager_Test, read_external_attributes) { - if (test_bmi_cpp_lib == "") - GTEST_SKIP() << "Skipping external attributes test, can't find libtestbmicppmodel.so"; - std::stringstream stream_a; stream_a << fix_paths(EXAMPLE_5_a);