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