From 9f164153eb789e727bd8c3c54816a325274d7b31 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 26 Jan 2006 17:03:53 +0000 Subject: [PATCH] Modernize [SVN r32421] --- test/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 9710f71..8dab248 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -17,14 +17,14 @@ DEPENDS all : test ; test-suite "io" : [ run ios_state_unit_test.cpp - ../../../libs/test/build/boost_unit_test_framework + @boost/libs/test/build/boost_unit_test_framework : # args : # input files : std::locale-support ] [ run ios_state_test.cpp - ../../../libs/test/build/boost_test_exec_monitor + @boost/libs/test/build/boost_test_exec_monitor : # args : # input files : std::locale-support