1OTHER_FILES += \
2    ../../test/README \
3    ../../test/Jamfile.v2
4
5SUBDIRS += \
6    begin_end \
7    comp_mat_erase \
8    concepts \
9    num_columns \
10    num_rows \
11    placement_new \
12    size \
13    sparse_view_test \
14    test1 \
15    test2 \
16    test3 \
17    test3_coo \
18    test3_mvov \
19    test4 \
20    test5 \
21    test6 \
22    test7 \
23    test_assignment \
24    test_banded_storage_layout \
25    test_complex_norms \
26    test_coordinate_matrix_inplace_merge \
27    test_coordinate_matrix_sort \
28    test_coordinate_matrix_always_do_full_sort \
29    test_coordinate_vector_inplace_merge \
30    test_fixed_containers \
31    test_inplace_solve_basic \
32    test_inplace_solve_sparse \
33    test_inplace_solve_mvov \
34    test_lu \
35    test_matrix_vector \
36    test_ticket7296 \
37    test_triangular \
38    triangular_access \
39    triangular_layout
40
41begin_end.file = test/begin_end.pro
42comp_mat_erase.file = test/comp_mat_erase.pro
43concepts.file = test/concepts.pro
44num_columns.file = test/num_columns.pro
45num_rows.file = test/num_rows.pro
46placement_new.file = test/placement_new.pro
47size.file = test/size.pro
48sparse_view_test.file = test/sparse_view_test.pro
49test1.file = test/test1.pro
50test2.file = test/test2.pro
51test3.file = test/test3.pro
52test3_coo.file = test/test3_coo.pro
53test3_mvov.file = test/test3_mvov.pro
54test4.file = test/test4.pro
55test5.file = test/test5.pro
56test6.file = test/test6.pro
57test7.file = test/test7.pro
58test_assignment.file = test/test_assignment.pro
59test_banded_storage_layout.file = test/test_banded_storage_layout.pro
60test_complex_norms.file = test/test_complex_norms.pro
61test_coordinate_matrix_inplace_merge.file = test/test_coordinate_matrix_inplace_merge.pro
62test_coordinate_matrix_sort.file = test/test_coordinate_matrix_sort.pro
63test_coordinate_matrix_always_do_full_sort.file = test/test_coordinate_matrix_always_do_full_sort.pro
64test_coordinate_vector_inplace_merge.file = test/test_coordinate_vector_inplace_merge.pro
65test_fixed_containers.file = test/test_fixed_containers.pro
66test_inplace_solve_basic.file = test/test_inplace_solve_basic.pro
67test_inplace_solve_sparse.file = test/test_inplace_solve_sparse.pro
68test_inplace_solve_mvov.file = test/test_inplace_solve_mvov.pro
69test_lu.file = test/test_lu.pro
70test_matrix_vector.file = test/test_matrix_vector.pro
71test_ticket7296.file = test/test_ticket7296.pro
72test_triangular.file = test/test_triangular.pro
73triangular_access.file = test/triangular_access.pro
74triangular_layout.file = test/triangular_layout.pro
75