aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-07-22 14:34:19 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-07-22 14:34:19 +0200
commitd075d122ea142c9c4ee2e7837493396f54916bc0 (patch)
tree1b141fce892e07dd55bfa0c65059ca6513329732 /test/CMakeLists.txt
parent47afc9a365dc3657ac84c9949f1d332009f7d641 (diff)
Move half unit test from unsupported to main tests
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index abc847794..e42e850ca 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -259,6 +259,7 @@ ei_add_test(dense_storage)
ei_add_test(ctorleak)
ei_add_test(mpl2only)
ei_add_test(inplace_decomposition)
+ei_add_test(half_float)
add_executable(bug1213 bug1213.cpp bug1213_main.cpp)