| 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 | |
|---|
| 7 | subproject libs/multi_array/test ; |
|---|
| 8 | |
|---|
| 9 | import testing ; |
|---|
| 10 | |
|---|
| 11 | test-suite multi_array |
|---|
| 12 | : |
|---|
| 13 | [ compile-fail fail_cbracket.cpp ] |
|---|
| 14 | [ compile-fail fail_cdata.cpp ] |
|---|
| 15 | [ compile-fail fail_citerator.cpp ] |
|---|
| 16 | [ compile-fail fail_cparen.cpp ] |
|---|
| 17 | [ compile-fail fail_criterator.cpp ] |
|---|
| 18 | [ compile-fail fail_csubarray.cpp ] |
|---|
| 19 | [ compile-fail fail_csubarray2.cpp ] |
|---|
| 20 | [ compile-fail fail_csubarray3.cpp ] |
|---|
| 21 | [ compile-fail fail_cview.cpp ] |
|---|
| 22 | [ compile-fail fail_cview2.cpp ] |
|---|
| 23 | [ compile-fail fail_cview3.cpp ] |
|---|
| 24 | [ compile-fail fail_ref_cbracket.cpp ] |
|---|
| 25 | [ compile-fail fail_ref_cdata.cpp ] |
|---|
| 26 | [ compile-fail fail_ref_citerator.cpp ] |
|---|
| 27 | [ compile-fail fail_ref_cparen.cpp ] |
|---|
| 28 | [ compile-fail fail_ref_criterator.cpp ] |
|---|
| 29 | [ compile-fail fail_ref_csubarray.cpp ] |
|---|
| 30 | [ compile-fail fail_ref_csubarray2.cpp ] |
|---|
| 31 | [ compile-fail fail_ref_csubarray3.cpp ] |
|---|
| 32 | [ compile-fail fail_ref_cview.cpp ] |
|---|
| 33 | [ compile-fail fail_ref_cview2.cpp ] |
|---|
| 34 | [ compile-fail fail_ref_cview3.cpp ] |
|---|
| 35 | |
|---|
| 36 | [ run constructors.cpp ] |
|---|
| 37 | [ run access.cpp ] |
|---|
| 38 | [ run compare.cpp ] |
|---|
| 39 | [ run iterators.cpp ] |
|---|
| 40 | [ run slice.cpp ] |
|---|
| 41 | [ run assign.cpp ] |
|---|
| 42 | [ run assign_to_array.cpp ] |
|---|
| 43 | [ run index_bases.cpp ] |
|---|
| 44 | [ run storage_order.cpp ] |
|---|
| 45 | [ run reshape.cpp ] |
|---|
| 46 | [ run range1.cpp ] |
|---|
| 47 | [ run idxgen1.cpp ] |
|---|
| 48 | [ run stl_interaction.cpp ] |
|---|
| 49 | [ run resize.cpp ] |
|---|
| 50 | [ compile concept_checks.cpp ] |
|---|
| 51 | ; |
|---|