1#~ Copyright Rene Rivera 2008
2#~ Distributed under the Boost Software License, Version 1.0.
3#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5import testing ;
6
7test-suite tokenizer
8:   [ run examples.cpp
9        /boost/test//boost_test_exec_monitor/<link>static ]
10    [ run simple_example_1.cpp ]
11    [ run simple_example_2.cpp ]
12    [ run simple_example_3.cpp ]
13    [ run simple_example_4.cpp ]
14    [ run simple_example_5.cpp ]
15    ;
16