From 18b8685e5d1bd7f5f23b35d5b20b307e69bbe6ab Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 30 Sep 2003 06:32:06 +0000 Subject: [PATCH] Fix typo [SVN r20216] --- test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 61b6fdb..39fd5ed 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -12,11 +12,11 @@ # modified is included with the above copyright notice. # +import testing ; + project : source-location $(BOOST_ROOT) ; -include testing.jam ; - { test-suite optional : [ run libs/optional/test/optional_test.cpp ]