Skip to content

Commit

Permalink
tests: revert skipping test if test_bmi_cpp is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Aug 8, 2023
1 parent 6d9d16d commit bc57e14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/realizations/Formulation_Manager_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bc57e14

Please sign in to comment.