equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 PRJ_PLATFORMS |
|
19 DEFAULT |
|
20 |
|
21 PRJ_TESTMMPFILES |
|
22 adjacency_matrix_test.mmp |
|
23 //adj_list_cc.mmp |
|
24 adj_list_ra_edgelist.mmp |
|
25 adj_list_edge_list_set.mmp |
|
26 adj_list_test.mmp |
|
27 adj_matrix_cc.mmp |
|
28 astar_search_test.mmp |
|
29 bellman-test.mmp |
|
30 //betweenness_centrality_test.mmp |
|
31 bfs.mmp |
|
32 //bfs_cc.mmp |
|
33 bfs-example.mmp |
|
34 biconnected_components_test.mmp |
|
35 bidir_remove_edge.mmp |
|
36 bundled_properties.mmp |
|
37 copy.mmp |
|
38 csr_graph_test.mmp |
|
39 cuthill_mckee_ordering.mmp |
|
40 dag_longest_paths.mmp |
|
41 dag_shortest_paths.mmp |
|
42 dfs.mmp |
|
43 dfs_cc.mmp |
|
44 //dijkstra_cc.mmp |
|
45 dijkstra-example.mmp |
|
46 dijkstra_heap_performance.mmp |
|
47 dominator_tree_test.mmp |
|
48 edge_list_cc.mmp |
|
49 filtered_graph_cc.mmp |
|
50 filtered_graph.mmp |
|
51 filtered_vec_as_graph.mmp |
|
52 filtered-copy-example.mmp |
|
53 filter_graph_vp_test.mmp |
|
54 floyd_warshall_test.mmp |
|
55 graph.mmp |
|
56 //graphviz_test.mmp |
|
57 graph_concepts.mmp |
|
58 gursoy_atun_layout_test.mmp |
|
59 isomorphism.mmp |
|
60 //johnson-test.mmp |
|
61 king_ordering.mmp |
|
62 //layout_test.mmp |
|
63 lvalue_pmap.mmp |
|
64 //matching_test.mmp |
|
65 matching_example.mmp |
|
66 property_iter.mmp |
|
67 //random_matching_test.mmp |
|
68 reverse_graph_cc.mmp |
|
69 sequential_vertex_coloring.mmp |
|
70 //serialize.mmp |
|
71 subgraph.mmp |
|
72 transitive_closure_test.mmp |
|
73 //transitive_closure_test2.mmp |
|
74 transitive_closure.mmp |
|
75 vector_graph_cc.mmp |