aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-03 14:07:47 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-03 14:07:47 -0700
commitf899e08946fa6ea262ae358f41b5ff9a94003c04 (patch)
treedb7b2d281d8c1d7e2cbdc0db01aad011483c45a2 /unsupported
parent4c05fb03a3c9728b2db9da1ca986ef5103fcdec8 (diff)
Enabled a number of tests previously disabled by mistake
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/test/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt
index 373ad627d..22442b394 100644
--- a/unsupported/test/CMakeLists.txt
+++ b/unsupported/test/CMakeLists.txt
@@ -51,9 +51,9 @@ if (NOT CMAKE_CXX_COMPILER MATCHES "clang\\+\\+$")
ei_add_test(BVH)
endif()
-#ei_add_test(matrix_exponential)
-#ei_add_test(matrix_function)
-#ei_add_test(matrix_power)
+ei_add_test(matrix_exponential)
+ei_add_test(matrix_function)
+ei_add_test(matrix_power)
ei_add_test(matrix_square_root)
ei_add_test(alignedvector3)