Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Dec 17, 2023
1 parent 67a45ea commit a6e5797
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ApplicationLibCode/UnitTests/RimEmReader-Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
//
/////////////////////////////////////////////////////////////////////////////////

#ifdef USE_HDF5

#include "gtest/gtest.h"

#include "RigEclipseCaseData.h"
Expand Down Expand Up @@ -104,3 +106,5 @@ TEST( RigReservoirTest, DISABLED_TestImportGrid )
{
}
}

#endif // USE_HDF5

0 comments on commit a6e5797

Please sign in to comment.