Added performance Jamfile to the project

[SVN r41284]
This commit is contained in:
Ion Gaztañaga
2007-11-21 17:32:20 +00:00
parent f6d9bb7b78
commit 3fcccd0fbd
2 changed files with 10 additions and 2 deletions

View File

@@ -401,6 +401,15 @@
<Filter
Name="perf"
Filter="">
<File
RelativePath="..\..\..\perf\Jamfile.v2">
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCCustomBuildTool"/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\..\perf\perf_list.cpp">
</File>

View File

@@ -1,5 +1,4 @@
# Boost Intrusive Library Test Jamfile
# (C) Copyright Ion Gazta<74>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 ] : <threading>multi ;
test-suite intrusive_test : [ test_all r ] : <threading>multi ;