Skip to content

Commit

Permalink
add test_mesh_corners to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbrandt committed Aug 31, 2023
1 parent 427dce8 commit fac20d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif()


if(enable_p8est)
set(p8est_tests test_conn_transformation3 test_brick3 test_join3 test_conn_reduce3)
set(p8est_tests test_conn_transformation3 test_brick3 test_join3 test_conn_reduce3 test_mesh_corners3)
if(P4EST_HAVE_ARPA_INET_H OR P4EST_HAVE_NETINET_IN_H OR P4EST_HAVE_WINSOCK2_H)
# htonl
list(APPEND p8est_tests test_balance3 test_partition_corr3 test_coarsen3 test_balance_type3 test_lnodes3 test_plex3 test_connrefine3 test_subcomm3 test_replace3 test_ghost3 test_iterate3 test_nodes3 test_partition3 test_quadrants3 test_valid3 test_conn_complete3 test_wrap3)
Expand Down

0 comments on commit fac20d8

Please sign in to comment.