Algorithms from BoostCon 'Library in a week'

[SVN r45440]
This commit is contained in:
Marshall Clow
2008-05-16 18:14:08 +00:00
parent 7850e71c9e
commit 003a58264f
6 changed files with 873 additions and 0 deletions

18
copy/test/Jamfile.v2 Normal file
View File

@ -0,0 +1,18 @@
# Boost.CopyIf Library test Jamfile
#
# Copyright (C) 2008 Marshall Clow
#
# Use, modification, and distribution is subject to the Boost Software
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
import testing ;
{
test-suite algorithm/copy:
: [ run copy_test.cpp
: : : : copy ]
;
}