Skip to content

Commit

Permalink
added NumericFront unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez committed May 9, 2020
1 parent e32741a commit 4d0c88a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/numeric_front_indef.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ TYPED_TEST(NumericFrontIndef, AllocateFront)
ASSERT_EQ(front.ndelay_out(), 0);
ASSERT_NE(front.lcol, nullptr);
ASSERT_NE(front.backup, nullptr);
// Note: The blocks in the symmetric part are also allocated.
// Note: The contrib blocks in the symmetric part are also allocated.
ASSERT_EQ(front.contrib_blocks.size(), 4);
// Note: The blocks in the symmetric part are also allocated.
ASSERT_EQ(front.blocks.size(), 12);

}

Expand Down

0 comments on commit 4d0c88a

Please sign in to comment.