diff --git a/test/leda_graph_cc.cpp b/test/leda_graph_cc.cpp index f2700069..76c40fd3 100644 --- a/test/leda_graph_cc.cpp +++ b/test/leda_graph_cc.cpp @@ -39,6 +39,8 @@ main(int,char*[]) function_requires< AdjacencyGraphConcept >(); function_requires< VertexMutableGraphConcept >(); function_requires< EdgeMutableGraphConcept >(); + function_requires< VertexMutablePropertyGraphConcept >(); + function_requires< EdgeMutablePropertyGraphConcept >(); function_requires< ReadablePropertyGraphConcept >(); function_requires<