$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: aaron.windsor_at_[hidden]
Date: 2007-10-07 14:43:17
Author: aaron_windsor
Date: 2007-10-07 14:43:16 EDT (Sun, 07 Oct 2007)
New Revision: 39767
URL: http://svn.boost.org/trac/boost/changeset/39767
Log:
Fix config issue for cycle ratio tests - the path to the input file used in the test should be relative to the graph test subdirectory.
Text files modified:
trunk/libs/graph/test/Jamfile.v2 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/test/Jamfile.v2
==============================================================================
--- trunk/libs/graph/test/Jamfile.v2 (original)
+++ trunk/libs/graph/test/Jamfile.v2 2007-10-07 14:43:16 EDT (Sun, 07 Oct 2007)
@@ -7,6 +7,8 @@
path-constant PLANAR_INPUT_FILES : ./planar_input_graphs ;
+path-constant CYCLE_RATIO_INPUT_FILE : ./cycle_ratio_s382.90.dot ;
+
if [ modules.peek : EXPAT_INCLUDE ] && [ modules.peek : EXPAT_LIBPATH ]
{
optional_tests += [ run graphml_test.cpp ../build//boost_graph ] ;
@@ -105,7 +107,7 @@
[ run kolmogorov_max_flow_test.cpp ]
- [ run cycle_ratio_tests.cpp ../build//boost_graph : cycle_ratio_s382.90.dot ]
+ [ run cycle_ratio_tests.cpp ../build//boost_graph : $(CYCLE_RATIO_INPUT_FILE) ]
[ run basic_planarity_test.cpp ]