From 3fcccd0fbd1cf303fed5a40f3b317ec7b8288f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 21 Nov 2007 17:32:20 +0000 Subject: [PATCH] Added performance Jamfile to the project [SVN r41284] --- proj/vc7ide/_intrusivelib/_intrusivelib.vcproj | 9 +++++++++ test/Jamfile.v2 | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/proj/vc7ide/_intrusivelib/_intrusivelib.vcproj b/proj/vc7ide/_intrusivelib/_intrusivelib.vcproj index cb19c41..9b36d35 100644 --- a/proj/vc7ide/_intrusivelib/_intrusivelib.vcproj +++ b/proj/vc7ide/_intrusivelib/_intrusivelib.vcproj @@ -401,6 +401,15 @@ + + + + + diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 827bc6e..58db1e5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,5 +1,4 @@ # Boost Intrusive Library Test Jamfile - # (C) Copyright Ion Gaztaņaga 2006. # Use, modification and distribution are subject to the # Boost Software License, Version 1.0. (See accompanying file @@ -31,4 +30,4 @@ rule test_all return $(all_rules) ; } -test-suite intrusive_test : [ test_all r ] : multi ; +test-suite intrusive_test : [ test_all r ] : multi ; \ No newline at end of file