From 5e916a44b5f056399321e28ed83499f0bc558c43 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 28 May 2003 00:32:33 +0000 Subject: [PATCH] Add config_test.cpp for Comeau [SVN r18572] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 1874f2c4..d6668df5 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -9,7 +9,7 @@ SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; include testing.jam ; run config_info.cpp ; -run config_test.cpp ../../test/build/boost_test_exec_monitor ; +run config_test.cpp ../../test/build/boost_test_exec_monitor : config_test.cpp ; run limits_test.cpp ../../test/build/boost_test_exec_monitor ; test-suite "BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP" :