Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / spirit / example / scheme / test / Jamfile
1 #==============================================================================
2 #   Copyright (c) 2001-2007 Joel de Guzman
3 #
4 #   Distributed under the Boost Software License, Version 1.0. (See accompanying
5 #   file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #==============================================================================
7 project spirit-scheme-tests
8     : requirements
9         <toolset>gcc:<c++-template-depth>300
10         <include>../
11     :
12     :
13     ;
14
15 # bring in rules for testing
16 # [ run sources : cmdlineargs : input files : requirements : name ]
17
18 import testing ;
19
20 {
21     test-suite utree :
22
23     # run utree tests
24     [ run scheme/scheme_test1.cpp                 : : : : ]
25     [ run scheme/scheme_test2.cpp                 : scheme/scheme_test.scm test1 test2 test3 test4 : : : ]
26     [ run scheme/scheme_test3.cpp                 : : : : ]
27
28     ;
29 }
30
31
32
33
34