summaryrefslogtreecommitdiff
path: root/libs/algorithm/minmax/test/Jamfile.v2
blob: fcfba8ae118ee6d888ab5c24659498bed634f699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#  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 ;

alias unit_test_framework
    : # sources
        /boost//unit_test_framework
    ;        

{
  test-suite algorithm/minmax:
   : [ run minmax_element_test.cpp unit_test_framework
       : : : : minmax_element ]
     [ run minmax_test.cpp unit_test_framework
       : : : : minmax ]      
   ;
}