Remove these files from the libs/directory, and reenter them later in

the libs/algorithm/ subdir. --Herve'


[SVN r23304]
This commit is contained in:
Hervé Brönnimann
2004-07-01 18:31:21 +00:00
parent 6d7d244051
commit 6df2923b40
9 changed files with 0 additions and 1644 deletions

View File

@ -1,17 +0,0 @@
# Boost.Minmax Library test Jamfile
#
# Copyright (C) 2002--2004, Herve Bronnimann
#
# 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 minmax:
[ run minmax_test.cpp ]
;
}