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