Added a test to validate the new non blocking thread pool

This commit is contained in:
Benoit Steiner
2016-05-10 10:49:34 -07:00
parent 4013b8feca
commit 6bf8273bc0
2 changed files with 93 additions and 0 deletions

View File

@@ -139,6 +139,8 @@ if(EIGEN_TEST_CXX11)
ei_add_test(cxx11_eventcount "-pthread" "${CMAKE_THREAD_LIBS_INIT}")
ei_add_test(cxx11_runqueue "-pthread" "${CMAKE_THREAD_LIBS_INIT}")
ei_add_test(cxx11_non_blocking_thread_pool "-pthread" "${CMAKE_THREAD_LIBS_INIT}")
ei_add_test(cxx11_meta)
ei_add_test(cxx11_tensor_simple)
# ei_add_test(cxx11_tensor_symmetry)