Move half unit test from unsupported to main tests

This commit is contained in:
Gael Guennebaud
2016-07-22 14:34:19 +02:00
parent 47afc9a365
commit d075d122ea
3 changed files with 4 additions and 6 deletions

View File

@@ -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)