]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / test / Jamfile.v2
index 263365cb5664a2947ae9c23a7fce8e1c266cdc18..e0c07cf256bce18368cce895ede0cc1617c928cb 100644 (file)
@@ -18,7 +18,7 @@ path-constant CYCLE_RATIO_INPUT_FILE : ./cycle_ratio_s382.90.dot ;
 
 path-constant METIS_INPUT_FILE : ./weighted_graph.gr ;
 
-test-suite graph_test :
+alias graph_test_regular :
     # test_graphs will eventually defined a framework for testing the structure
     # and implementation of graph data structures and adaptors.
     [ run test_graphs.cpp ]
@@ -27,11 +27,10 @@ test-suite graph_test :
     [ run finish_edge_bug.cpp ]
 
     [ run transitive_closure_test.cpp ]
+    [ run transitive_closure_test2.cpp ]
     [ compile adj_list_cc.cpp ]
 
-    # adj_list_test needs some work -JGS
-    # unit-test adj_list_test : adj_list_test.cpp  ;
-
+    #[ run adj_list_invalidation.cpp ]
     [ run adj_list_edge_list_set.cpp ]
     [ run adj_list_loops.cpp ]
     [ compile adj_matrix_cc.cpp ]
@@ -41,7 +40,7 @@ test-suite graph_test :
     [ run betweenness_centrality_test.cpp : 100 ]
     [ run bidir_remove_edge.cpp ]
     [ run bipartite_test.cpp ]
-    [ run csr_graph_test.cpp : : : : : <variant>release ]
+    [ run csr_graph_test.cpp : : : : : <variant>release ]
     [ run dag_longest_paths.cpp ]
     [ run dfs.cpp ../../test/build//boost_test_exec_monitor ]
     [ run undirected_dfs.cpp ../../test/build//boost_test_exec_monitor ]
@@ -50,11 +49,23 @@ test-suite graph_test :
     [ run dijkstra_heap_performance.cpp : 10000 ]
     [ run dijkstra_no_color_map_compare.cpp : 10000 ]
     [ run dominator_tree_test.cpp ]
-    [ run relaxed_heap_test.cpp : 5000 15000 ]
+
+    # Unused and deprecated.
+    #[ run relaxed_heap_test.cpp : 5000 15000 ]
+
     [ compile edge_list_cc.cpp ]
     [ compile filtered_graph_cc.cpp ]
+    [ run filter_graph_vp_test.cpp ]
     [ run generator_test.cpp ]
-    [ run graph.cpp ]
+    [ run graph.cpp : : : <define>TEST=1 : graph_1 ]
+    [ run graph.cpp : : : <define>TEST=2 : graph_2 ]
+    [ run graph.cpp : : : <define>TEST=3 : graph_3 ]
+    [ run graph.cpp : : : <define>TEST=4 : graph_4 ]
+    [ run graph.cpp : : : <define>TEST=5 : graph_5 ]
+    [ run graph.cpp : : : <define>TEST=6 : graph_6 ]
+    [ run graph.cpp : : : <define>TEST=7 : graph_7 ]
+    [ run graph.cpp : : : <define>TEST=8 : graph_8 ]
+    [ run graph.cpp : : : <define>TEST=9 : graph_9 ]
     [ compile graph_concepts.cpp ]
     [ run graphviz_test.cpp
             /boost/test//boost_test_exec_monitor/<link>static
@@ -74,6 +85,7 @@ test-suite graph_test :
     # TODO: Merge these into a single test framework.
     [ run subgraph.cpp ../../test/build//boost_test_exec_monitor ]
     [ run subgraph_bundled.cpp ]
+    [ run subgraph_add.cpp ../../test/build//boost_unit_test_framework/<link>static : $(TEST_DIR) ]
     [ run subgraph_props.cpp ]
 
     [ run isomorphism.cpp ../../test/build//boost_test_exec_monitor ]
@@ -81,14 +93,24 @@ test-suite graph_test :
     [ compile vector_graph_cc.cpp ]
     [ compile copy.cpp ]
     [ compile swap.cpp ]
-    [ compile property_iter.cpp ]
+    [ compile property_iter.cpp : <define>TEST=1 : property_iter_1 ]
+    [ compile property_iter.cpp : <define>TEST=2 : property_iter_2 ]
+    [ compile property_iter.cpp : <define>TEST=3 : property_iter_3 ]
+    [ compile property_iter.cpp : <define>TEST=4 : property_iter_4 ]
+    [ compile property_iter.cpp : <define>TEST=5 : property_iter_5 ]
+    [ compile property_iter.cpp : <define>TEST=6 : property_iter_6 ]
+    [ compile property_iter.cpp : <define>TEST=7 : property_iter_7 ]
+    [ compile property_iter.cpp : <define>TEST=8 : property_iter_8 ]
+    [ compile property_iter.cpp : <define>TEST=9 : property_iter_9 ]
     [ run bundled_properties.cpp ]
     [ run floyd_warshall_test.cpp ]
     [ run astar_search_test.cpp ]
     [ run biconnected_components_test.cpp ]
+    [ run min_degree_empty.cpp ]
     [ run cuthill_mckee_ordering.cpp ]
     [ run king_ordering.cpp ]
     [ run matching_test.cpp ]
+    [ run weighted_matching_test.cpp ]
     [ run max_flow_test.cpp ]
     [ run boykov_kolmogorov_max_flow_test.cpp ]
     [ run cycle_ratio_tests.cpp ../build//boost_graph ../../regex/build//boost_regex : $(CYCLE_RATIO_INPUT_FILE) ]
@@ -97,14 +119,6 @@ test-suite graph_test :
     [ run make_bicon_planar_test.cpp ]
     [ run make_maximal_planar_test.cpp ]
     [ run named_vertices_test.cpp ]
-    [ run all_planar_input_files_test.cpp
-        ../../filesystem/build
-        ../../system/build
-        : $(PLANAR_INPUT_FILES) ]
-    [ run parallel_edges_loops_test.cpp
-        ../../filesystem/build
-        ../../system/build
-        : $(PLANAR_INPUT_FILES) ]
     [ run r_c_shortest_paths_test.cpp ]
     [ run rcsp_custom_vertex_id.cpp ]
     [ run is_straight_line_draw_test.cpp ]
@@ -125,6 +139,7 @@ test-suite graph_test :
     [ run incremental_components_test.cpp ]
     [ run two_graphs_common_spanning_trees_test.cpp ]
     [ run random_spanning_tree_test.cpp ../build//boost_graph ]
+    [ run random_matching_test.cpp : 1000 1020 ]
     [ run graphml_test.cpp ../build//boost_graph : : "graphml_test.xml" ]
     [ run mas_test.cpp ../../test/build//boost_unit_test_framework/<link>static : $(TEST_DIR) ]
     [ run stoer_wagner_test.cpp ../../test/build//boost_unit_test_framework/<link>static : $(TEST_DIR) ]
@@ -137,6 +152,32 @@ test-suite graph_test :
     [ run strong_components_test.cpp ]
     [ run find_flow_cost_bundled_properties_and_named_params_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
     [ run max_flow_algorithms_bundled_properties_and_named_params.cpp ../../test/build//boost_unit_test_framework/<link>static ]
+    [ run delete_edge.cpp ]
+    [ run johnson-test.cpp ]
+    [ run lvalue_pmap.cpp ]
+    ;
+
+alias graph_test_with_filesystem : :
+        # The tests below started failing to compile for xcode with cxxstd=11
+        # due to issues with constexpr ctors in Boost.Filesystem
+        <target-os>darwin
+        <cxxstd>11
+    ;
+
+alias graph_test_with_filesystem :
+    [ run all_planar_input_files_test.cpp
+        ../../filesystem/build
+        ../../system/build
+        : $(PLANAR_INPUT_FILES) ]
+    [ run parallel_edges_loops_test.cpp
+        ../../filesystem/build
+        ../../system/build
+        : $(PLANAR_INPUT_FILES) ]
+    ;
+
+test-suite graph_test :
+    graph_test_regular
+    graph_test_with_filesystem
     ;
 
 # Run SDB tests only when -sSDB= is set.
@@ -159,3 +200,5 @@ if $(LEDA)
     compile leda_graph_cc.cpp :
         <include>$(leda-include) ;
 }
+
+build-project ../example ;