Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > b03c44838559deaeff848c57e893606a > files > 1883

boost-examples-1.48.0-14.fc17.noarch.rpm

#==============================================================================
#   Copyright (c) 2001-2007 Joel de Guzman
#
#   Distributed under 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)
#==============================================================================
project spirit-scheme-tests
    : requirements
        <toolset>gcc:<c++-template-depth>300
        <include>../
    :
    :
    ;

# bring in rules for testing
# [ run sources : cmdlineargs : input files : requirements : name ]

import testing ;

{
    test-suite utree :

    # run utree tests
    [ run scheme/scheme_test1.cpp                 : : : : ]
    [ run scheme/scheme_test2.cpp                 : scheme/scheme_test.scm test1 test2 test3 test4 : : : ]
    [ run scheme/scheme_test3.cpp                 : : : : ]

    ;
}