test/graph_test.cc
changeset 1712 4fb435ad31cf
parent 1435 8e85e6bbefdf
child 1956 a055123339d5
     1.1 --- a/test/graph_test.cc	Thu Oct 06 09:57:23 2005 +0000
     1.2 +++ b/test/graph_test.cc	Thu Oct 06 09:58:21 2005 +0000
     1.3 @@ -7,6 +7,7 @@
     1.4  #include <lemon/list_graph.h>
     1.5  #include <lemon/smart_graph.h>
     1.6  #include <lemon/full_graph.h>
     1.7 +#include <lemon/hypercube_graph.h>
     1.8  
     1.9  #include "test_tools.h"
    1.10  #include "graph_test.h"
    1.11 @@ -59,6 +60,9 @@
    1.12    { // checking full graph
    1.13      checkConcept<StaticGraph, FullGraph >();
    1.14    }
    1.15 +  { // checking full graph
    1.16 +    checkConcept<StaticGraph, HyperCubeGraph >();
    1.17 +  }
    1.18  
    1.19    std::cout << __FILE__ ": All tests passed.\n";
    1.20