Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_conn_transformation2 test_brick2 test_join2 test_conn_reduce2
list(APPEND tests test_conn_transformation2 test_brick2 test_join2 test_conn_reduce2 test_version)
if(P4EST_HAVE_ARPA_INET_H OR P4EST_HAVE_NETINET_IN_H OR WIN32)
# htonl
list(APPEND p4est_tests test_balance2 test_partition_corr2 test_coarsen2 test_balance_type2 test_lnodes2 test_plex2 test_connrefine2 test_search2 test_subcomm2 test_replace2 test_ghost2 test_iterate2 test_nodes2 test_partition2 test_quadrants2 test_valid2 test_conn_complete2 test_wrap2)
list(APPEND p4est_tests test_balance2 test_partition_corr2 test_coarsen2 test_balance_type2 test_lnodes2 test_plex2 test_connrefine2 test_search2 test_subcomm2 test_replace2 test_ghost2 test_iterate2 test_nodes2 test_partition2 test_quadrants2 test_valid2 test_conn_complete2 test_wrap2 test_wrap_adapt2)

if(P4EST_HAVE_GETOPT_H)
list(APPEND p4est_tests test_load2 test_loadsave2)
Expand Down
4 changes: 3 additions & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ p4est_test_programs += \
test/p4est_test_nodes \
test/p4est_test_version \
test/p4est_test_io \
test/p4est_test_neighbor_transform
test/p4est_test_neighbor_transform \
test/p4est_test_wrap_adapt
if P4EST_WITH_METIS
p4est_test_programs += \
test/p4est_test_reorder
Expand Down Expand Up @@ -110,6 +111,7 @@ test_p4est_test_nodes_SOURCES = test/test_nodes2.c
test_p4est_test_neighbor_transform_SOURCES = test/test_neighbor_transform2.c
test_p4est_test_version_SOURCES = test/test_version.c
test_p4est_test_io_SOURCES = test/test_io2.c
test_p4est_test_wrap_adapt_SOURCES = test/test_wrap_adapt2.c
if P4EST_WITH_METIS
test_p4est_test_reorder_SOURCES = test/test_reorder2.c
endif
Expand Down
Loading
Loading