mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 14:34:44 +02:00
Added performance Jamfile to the project
[SVN r41284]
This commit is contained in:
@@ -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>
|
||||
|
@@ -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 ;
|
Reference in New Issue
Block a user