EigenSmokeTestList.cmake 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. # List of tests that will be build and run during Eigen's smoke testing. If one
  2. # of these tests doesn't exists or cannot be build with the current configuration
  3. # it will just be skipped.
  4. set(ei_smoke_test_list
  5. adjoint_1
  6. alignedvector3
  7. array_cwise_7
  8. array_cwise_8
  9. array_for_matrix_1
  10. array_of_string
  11. array_replicate_1
  12. array_reverse_1
  13. autodiff_1
  14. autodiff_scalar_1
  15. bandmatrix
  16. bdcsvd_9
  17. bessel_functions_1
  18. bfloat16_float
  19. blasutil_1
  20. block_5
  21. BVH
  22. cholesky_1
  23. cholmod_support_23
  24. cholmod_support_24
  25. conservative_resize_1
  26. constructor_1
  27. corners_1
  28. ctorleakmiscmatrices_4
  29. dense_storage
  30. determinant_1
  31. diagonal_1
  32. diagonal_2
  33. diagonalmatrices_1
  34. dynalloc
  35. eigensolver_complex_1
  36. eigensolver_selfadjoint_8
  37. EulerAngles_1
  38. exceptions
  39. fastmath
  40. first_aligned
  41. geo_alignedbox_2
  42. geo_eulerangles_1
  43. geo_homogeneous_1
  44. geo_hyperplane_1
  45. geo_orthomethods_1
  46. geo_parametrizedline_1
  47. geo_transformations_7
  48. half_float
  49. hessenberg_1
  50. hessenberg_6qr_10
  51. householder_8
  52. indexed_view_1
  53. inplace_decomposition_1
  54. integer_types_1
  55. inverse_1
  56. is_same_dense
  57. jacobi_1
  58. jacobisvd_1
  59. kronecker_product
  60. linearstructure_1
  61. mapped_matrix_1
  62. mapstaticmethods_1
  63. mapstride_1
  64. matrix_square_root_1
  65. meta
  66. minres_2
  67. miscmatrices_1
  68. mixingtypes_7
  69. nestbyvalue
  70. nesting_ops_1
  71. nomalloc_1
  72. nullary_1
  73. num_dimensions
  74. NumericalDiff
  75. numext
  76. packetmath
  77. permutationmatrices_1
  78. polynomialsolver_1
  79. prec_inverse_4x4_1
  80. product_extra_5
  81. product_selfadjoint_1
  82. product_small_7
  83. product_symm_1
  84. product_syrk_1
  85. product_trmm_1
  86. product_trmv_1
  87. product_trsolve_5
  88. qr_1
  89. qr_colpivoting_7
  90. qr_fullpivoting_4
  91. rand
  92. real_qz_1
  93. redux_1
  94. ref_1
  95. resize
  96. rvalue_types_1
  97. schur_complex_1
  98. schur_real_1
  99. selfadjoint_1
  100. sizeof
  101. sizeoverflow
  102. smallvectors
  103. sparse_basic_3
  104. sparse_block_1
  105. sparse_extra_4
  106. sparse_permutations_2
  107. sparse_product_4
  108. sparse_ref_1
  109. sparse_solvers_1
  110. sparse_vector_1
  111. special_functions_1
  112. special_numbers_1
  113. special_packetmath_1
  114. spqr_support_2
  115. stable_norm_1
  116. stddeque_1
  117. stddeque_overload_1
  118. stdlist_1
  119. stdlist_overload_1
  120. stdvector_1
  121. stdvector_overload_1
  122. stl_iterators_1
  123. swap_1
  124. symbolic_index_1
  125. triangular_1
  126. type_aliaslu_9
  127. umeyama_3
  128. unalignedassert
  129. unalignedcount
  130. vectorwiseop_1
  131. visitor_1)