Skip to content
Snippets Groups Projects
graph_test.cpp 260 B
Newer Older
#define CATCH_CONFIG_MAIN // It tells Catch to provide a main() - only do this in one cpp file
#include <catch2/catch.hpp>

#include <gp-bnb/graph.hpp>
//#include <gp-bnb/MetisReader.hpp>

// Tests for Graph data structure

TEST_CASE("GraphStructureTest") {

}