Jamfile 693 B

123456789101112131415
  1. #==============================================================================
  2. # Copyright (c) 2001-2010 Joel de Guzman
  3. # Copyright (c) 2001-2010 Hartmut Kaiser
  4. #
  5. # Distributed under the Boost Software License, Version 1.0. (See accompanying
  6. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. #==============================================================================
  8. project spirit-karma-benchmark ;
  9. # performance tests
  10. exe int_generator : int_generator.cpp ;
  11. exe real_generator : real_generator.cpp ;
  12. exe format_performance : format_performance.cpp ;
  13. exe double_performance : double_performance.cpp ;
  14. exe sequence_performance : sequence_performance.cpp ;