From fbb087dec9bf2856ef1b28dde299cb30b1903a5a Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 19 Jan 2003 20:21:36 +0000 Subject: [PATCH] fix misspelled dir name [SVN r16948] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index cd1bda40..a29f45d4 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -24,7 +24,7 @@ local test-files = $(test-dir)tests.txt : regress ] - [ run regress/parse.cpp lregress/regress.cpp regress/tests.cpp + [ run regress/parse.cpp regress/regress.cpp regress/tests.cpp ../build/boost_regex ../../test/build/boost_prg_exec_monitor :