aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_small.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/product_small.cpp')
-rw-r--r--test/product_small.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/product_small.cpp b/test/product_small.cpp
index ef44b0826..a1ff642e5 100644
--- a/test/product_small.cpp
+++ b/test/product_small.cpp
@@ -29,6 +29,7 @@ void test_product_small()
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST( product(Matrix<float, 3, 2>()) );
CALL_SUBTEST( product(Matrix<int, 3, 5>()) );
+ CALL_SUBTEST( product(Matrix3d()) );
CALL_SUBTEST( product(Matrix4d()) );
CALL_SUBTEST( product(Matrix4f()) );
}