mirror of
https://github.com/boostorg/graph.git
synced 2026-01-19 04:12:11 +00:00
Move graph_test.hpp to test/ to avoid a dependency on Boost.Test
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <boost/graph/subgraph.hpp>
|
||||
#include <boost/graph/adjacency_list.hpp>
|
||||
#include <boost/graph/random.hpp>
|
||||
#include <boost/graph/graph_test.hpp>
|
||||
#include "graph_test.hpp"
|
||||
#include <boost/graph/iteration_macros.hpp>
|
||||
#include <boost/random/mersenne_twister.hpp>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <boost/graph/adjacency_list.hpp>
|
||||
#include <boost/graph/subgraph.hpp>
|
||||
#include <boost/graph/random.hpp>
|
||||
#include <boost/graph/graph_test.hpp>
|
||||
#include "graph_test.hpp"
|
||||
#include <boost/graph/iteration_macros.hpp>
|
||||
|
||||
using namespace boost;
|
||||
|
||||
Reference in New Issue
Block a user