Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/algorithm/minmax/test/Jamfile.v2 @ 20

Last change on this file since 20 was 12, checked in by landauf, 18 years ago

added boost

File size: 458 bytes
Line 
1#  Boost.Minmax Library test Jamfile
2#
3#  Copyright (C) 2002--2004, Herve Bronnimann
4#
5# Use, modification, and distribution is subject to the Boost Software
6# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8#
9
10import testing ;
11
12{
13  test-suite algorithm/minmax:
14   : [ run minmax_element_test.cpp
15       : : : : minmax_element ]
16     [ run minmax_test.cpp
17       : : : : minmax ]     
18   ;
19}
20
Note: See TracBrowser for help on using the repository browser.