2
0
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:
Peter Dimov
2018-10-12 22:15:17 +03:00
parent 1e2a8ccf03
commit 5809e70e60
3 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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;