mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
Algorithms from BoostCon 'Library in a week'
[SVN r45440]
This commit is contained in:
18
copy/test/Jamfile.v2
Normal file
18
copy/test/Jamfile.v2
Normal 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 ]
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user