Jamfile.v2 533 B

123456789101112131415161718
  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. test-suite array :
  5. [ run array0.cpp ]
  6. [ run array1.cpp ]
  7. [ run array2.cpp ]
  8. [ run array3.cpp ]
  9. [ run array4.cpp ]
  10. [ run array5.cpp ]
  11. [ run array6.cpp ]
  12. [ run array7.cpp ]
  13. # [ run array_constexpr.cpp ]
  14. [ compile-fail array_getfail1.cpp ]
  15. [ compile-fail array_getfail2.cpp ]
  16. [ run array_hash.cpp ]
  17. ;