mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
Finally adding the minmax library. Still allowing overlap with header
minmax.hpp from Eric Niebler, which should be resolved soon. --Herve' [SVN r23225]
This commit is contained in:
17
minmax/test/Jamfile.v2
Normal file
17
minmax/test/Jamfile.v2
Normal file
@ -0,0 +1,17 @@
|
||||
# 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 ]
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user