Skip to content

Commit

Permalink
remove serial test
Browse files Browse the repository at this point in the history
  • Loading branch information
holke committed Oct 18, 2024
1 parent 5a5d88f commit c6c3e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ add_t8_test( NAME t8_gtest_balance_parallel SOURCES t8_gtest_main.cx
add_t8_test( NAME t8_gtest_forest_commit_parallel SOURCES t8_gtest_main.cxx t8_forest/t8_gtest_forest_commit.cxx )
add_t8_test( NAME t8_gtest_forest_face_normal_serial SOURCES t8_gtest_main.cxx t8_forest/t8_gtest_forest_face_normal.cxx )
add_t8_test( NAME t8_gtest_element_is_leaf_serial SOURCES t8_gtest_main.cxx t8_forest/t8_gtest_element_is_leaf.cxx )
add_t8_test( NAME t8_gtest_element_is_boundary_serial SOURCES t8_gtest_main.cxx t8_forest/t8_gtest_element_is_boundary.cxx )
add_t8_test( NAME t8_gtest_element_is_boundary_parallel SOURCES t8_gtest_main.cxx t8_forest/t8_gtest_element_is_boundary.cxx )
add_t8_test( NAME t8_gtest_partition_data_parallel SOURCES t8_gtest_main.cxx t8_forest/t8_gtest_partition_data.cxx )

Expand Down

0 comments on commit c6c3e21

Please sign in to comment.