Jamfile.v2 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Copyright David Abrahams 2003. Permission to copy, use,
  2. # modify, sell and distribute this software is granted provided this
  3. # copyright notice appears in all copies. This software is provided
  4. # "as is" without express or implied warranty, and with no claim as
  5. # to its suitability for any purpose.
  6. import testing ;
  7. compile-fail fail_cbracket.cpp ;
  8. compile-fail fail_cdata.cpp ;
  9. compile-fail fail_citerator.cpp ;
  10. compile-fail fail_cparen.cpp ;
  11. compile-fail fail_criterator.cpp ;
  12. compile-fail fail_csubarray.cpp ;
  13. compile-fail fail_csubarray2.cpp ;
  14. compile-fail fail_csubarray3.cpp ;
  15. compile-fail fail_cview.cpp ;
  16. compile-fail fail_cview2.cpp ;
  17. compile-fail fail_cview3.cpp ;
  18. compile-fail fail_ref_cbracket.cpp ;
  19. compile-fail fail_ref_cdata.cpp ;
  20. compile-fail fail_ref_citerator.cpp ;
  21. compile-fail fail_ref_cparen.cpp ;
  22. compile-fail fail_ref_criterator.cpp ;
  23. compile-fail fail_ref_csubarray.cpp ;
  24. compile-fail fail_ref_csubarray2.cpp ;
  25. compile-fail fail_ref_csubarray3.cpp ;
  26. compile-fail fail_ref_cview.cpp ;
  27. compile-fail fail_ref_cview2.cpp ;
  28. compile-fail fail_ref_cview3.cpp ;
  29. run constructors.cpp ;
  30. run access.cpp ;
  31. run compare.cpp ;
  32. run iterators.cpp ;
  33. run slice.cpp ;
  34. run assign.cpp ;
  35. run assign_to_array.cpp ;
  36. run index_bases.cpp ;
  37. run storage_order_convert.cpp ;
  38. run storage_order.cpp ;
  39. run reshape.cpp ;
  40. run range1.cpp ;
  41. run idxgen1.cpp ;
  42. run stl_interaction.cpp ;
  43. run resize.cpp ;
  44. run assert.cpp ;
  45. run reverse_view.cpp ;
  46. run allocators.cpp ;
  47. compile concept_checks.cpp ;