Skip to content

Commit

Permalink
[test] utility default test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Jan 18, 2025
1 parent 2dfaeb3 commit 90459c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ test(NAME "linalg_constructor_initializer_lists" BACKENDS "eigen" "naive")
test(NAME "linalg_constructor_nx1_array" BACKENDS "eigen" "naive")
test(NAME "linalg_constructor_nx1" BACKENDS "eigen" "naive")
test(NAME "linalg_copy" BACKENDS "eigen" "naive")
test(NAME "linalg_identity_default" BACKENDS "eigen" "naive")
test(NAME "linalg_identity" BACKENDS "eigen" "naive")
test(NAME "linalg_multiplication_arithmetic" BACKENDS "eigen" "naive")
test(NAME "linalg_multiplication_rxc" BACKENDS "eigen" "naive")
test(NAME "linalg_multiplication_sxc" BACKENDS "eigen" "naive")
test(NAME "linalg_operator_bracket" BACKENDS "eigen" "naive")
test(NAME "linalg_operator_equality" BACKENDS "eigen" "naive")
test(NAME "linalg_zero_default" BACKENDS "eigen" "naive")
test(NAME "linalg_zero" BACKENDS "eigen" "naive")
test(NAME "printer_1x1x0")
test(NAME "printer_2x3x4" BACKENDS "eigen")
test(NAME "units_kf_1x1x0_building_height")
test(NAME "utility_identity_default" BACKENDS "eigen" "naive")
test(NAME "utility_zero_default" BACKENDS "eigen" "naive")
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <https://unlicense.org> */

#include "fcarouge/linalg.hpp"
#include "fcarouge/utility.hpp"

#include <cassert>
#include <type_traits>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <https://unlicense.org> */

#include "fcarouge/linalg.hpp"
#include "fcarouge/utility.hpp"

#include <cassert>
#include <type_traits>
Expand Down

0 comments on commit 90459c5

Please sign in to comment.