Skip to content
Snippets Groups Projects
Commit 0844b880 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Added CHELL specific operator = test.

parent bba157be
No related branches found
No related tags found
1 merge request!45Matrices revision
......@@ -125,6 +125,13 @@ TYPED_TEST( ChunkedEllpackMatrixTest, vectorProductTest )
test_VectorProduct< ChunkedEllpackMatrixType >();
}
TYPED_TEST( ChunkedEllpackMatrixTest, operatorEqualsTest )
{
using ChunkedEllpackMatrixType = typename TestFixture::ChunkedEllpackMatrixType;
test_OperatorEquals< ChunkedEllpackMatrixType >();
}
TYPED_TEST( ChunkedEllpackMatrixTest, saveAndLoadTest )
{
using ChunkedEllpackMatrixType = typename TestFixture::ChunkedEllpackMatrixType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment