sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: PRJ_PLATFORMS sl@0: DEFAULT sl@0: sl@0: PRJ_TESTMMPFILES sl@0: adjacency_matrix_test.mmp sl@0: //adj_list_cc.mmp sl@0: adj_list_ra_edgelist.mmp sl@0: adj_list_edge_list_set.mmp sl@0: adj_list_test.mmp sl@0: adj_matrix_cc.mmp sl@0: astar_search_test.mmp sl@0: bellman-test.mmp sl@0: //betweenness_centrality_test.mmp sl@0: bfs.mmp sl@0: //bfs_cc.mmp sl@0: bfs-example.mmp sl@0: biconnected_components_test.mmp sl@0: bidir_remove_edge.mmp sl@0: bundled_properties.mmp sl@0: copy.mmp sl@0: csr_graph_test.mmp sl@0: cuthill_mckee_ordering.mmp sl@0: dag_longest_paths.mmp sl@0: dag_shortest_paths.mmp sl@0: dfs.mmp sl@0: dfs_cc.mmp sl@0: //dijkstra_cc.mmp sl@0: dijkstra-example.mmp sl@0: dijkstra_heap_performance.mmp sl@0: dominator_tree_test.mmp sl@0: edge_list_cc.mmp sl@0: filtered_graph_cc.mmp sl@0: filtered_graph.mmp sl@0: filtered_vec_as_graph.mmp sl@0: filtered-copy-example.mmp sl@0: filter_graph_vp_test.mmp sl@0: floyd_warshall_test.mmp sl@0: graph.mmp sl@0: //graphviz_test.mmp sl@0: graph_concepts.mmp sl@0: gursoy_atun_layout_test.mmp sl@0: isomorphism.mmp sl@0: //johnson-test.mmp sl@0: king_ordering.mmp sl@0: //layout_test.mmp sl@0: lvalue_pmap.mmp sl@0: //matching_test.mmp sl@0: matching_example.mmp sl@0: property_iter.mmp sl@0: //random_matching_test.mmp sl@0: reverse_graph_cc.mmp sl@0: sequential_vertex_coloring.mmp sl@0: //serialize.mmp sl@0: subgraph.mmp sl@0: transitive_closure_test.mmp sl@0: //transitive_closure_test2.mmp sl@0: transitive_closure.mmp sl@0: vector_graph_cc.mmp