We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32c0dd commit a3f3ee2Copy full SHA for a3f3ee2
test/SerialIOTest.cpp
@@ -3264,6 +3264,7 @@ stepBasedSingleIteration( std::string const & file )
3264
TEST_CASE( "stepBasedSingleIteration", "[serial][adios2]" )
3265
{
3266
stepBasedSingleIteration("../samples/stepBasedSingleIteration.bp");
3267
+ stepBasedSingleIteration("../samples/stepBasedSingleIteration.json");
3268
// for( auto const & t : getFileExtensions() )
3269
// {
3270
// stepBasedSingleIteration( "../samples/stepBasedSingleIteration." + t );
0 commit comments