Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dc9b5eb62a4d8b54b80379fd86561955 > files > 1434

boost-examples-1.68.0-4.mga7.i586.rpm

#  Boost.Function Library example Jamfile
#
#  Copyright (c) 2008 James E. King III
#
#  Distributed under the Boost Software License, Version 1.0. (See accompany-
#  ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

import os ;
import testing ;

project
    :   requirements
    ;

test-suite "function-examples"
   :    [ run bind1st.cpp ]
        [ run int_div.cpp ]
        [ run sum_avg.cpp ]
   ;