Jamfile.v2 395 B

12345678910111213141516
  1. # Copyright (C) 2009-2012 Lorenzo Caminiti
  2. # Distributed under the Boost Software License, Version 1.0
  3. # (see accompanying file LICENSE_1_0.txt or a copy at
  4. # http://www.boost.org/LICENSE_1_0.txt)
  5. # Home at http://www.boost.org/libs/utility/identity_type
  6. import testing ;
  7. compile-fail var_error.cpp ;
  8. run var.cpp ;
  9. run template.cpp ;
  10. run abstract.cpp ;
  11. run noncopyable.cpp ;
  12. run paren.cpp ;