diff --git a/test/Jamfile b/test/Jamfile index 755e2aae..f28ab5b1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -44,7 +44,7 @@ test-suite graph : [ run isomorphism.cpp ../../test/build/boost_test_exec_monitor : : : $(BOOST_ROOT) ] - [ run adjacency_matrix_test.cpp : $(BOOST_ROOT) ] + [ run adjacency_matrix_test.cpp : : : $(BOOST_ROOT) ] [ compile vector_graph_cc.cpp : $(BOOST_ROOT) ]