From 059663710395b2a775af5df64ad3a0c478fb9f25 Mon Sep 17 00:00:00 2001 From: Andrew Sutton Date: Sun, 8 Feb 2009 14:23:16 +0000 Subject: [PATCH] Added a test for undirected graphs [SVN r51090] --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index cc7bce07..114cc03b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -93,6 +93,8 @@ test-suite graph_test : [ run is_straight_line_draw_test.cpp ] [ run metric_tsp_approx.cpp : metric_tsp_approx.txt ] [ compile dimacs.cpp ] + + [ run undirected_graph.cpp ] $(optional_tests) ;