// -*- c++ -*- #include #include #include #include #include #include #include "test_tools.h" #include "graph_test.h" #include "map_test.h" using namespace lemon; using namespace lemon::concept; typedef SmartGraph Graph; int main() { { // checking edge_sets checkConcept >(); checkConcept >(); checkConcept >(); checkConcept >(); } std::cout << __FILE__ ": All tests passed.\n"; return 0; }