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