Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > c4319a002fbffbd136efb21d9adb836b > files > 2082

boost-examples-1.44.0-6.1.mga1.i586.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 utree/utree_test.cpp                    : : : : ]
    [ run scheme/scheme_test1.cpp                 : : : : ]
    [ run scheme/scheme_test2.cpp                 : scheme/scheme_test.scm test1 test2 test3 test4 : : : ]
    [ run scheme/scheme_test3.cpp                 : : : : ]

    ;
}