Jamfile.v2 477 B

123456789101112131415
  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. import testing ;
  5. test-suite tokenizer
  6. : [ run examples.cpp
  7. /boost/test//boost_test_exec_monitor/<link>static ]
  8. [ run simple_example_1.cpp ]
  9. [ run simple_example_2.cpp ]
  10. [ run simple_example_3.cpp ]
  11. [ run simple_example_4.cpp ]
  12. [ run simple_example_5.cpp ]
  13. ;