Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 2f550ead4f191b130f5eca658403e991 > files > 1926

boost-examples-1.50.0-7.fc18.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                 : : : : ]

    ;
}