2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 15:32:12 +00:00
Files
ublas/IDEs/qtcreator/test/test.pro

64 lines
2.0 KiB
Prolog

OTHER_FILES += \
../../../test/README \
../../../test/Jamfile.v2
HEADERS += \
../../../test/utils.hpp \
../../../test/test7.hpp \
../../../test/test6.hpp \
../../../test/test5.hpp \
../../../test/test4.hpp \
../../../test/test3.hpp \
../../../test/test2.hpp \
../../../test/test1.hpp \
../../../test/common/testhelper.hpp \
../../../test/common/init.hpp
SOURCES += \
../../../test/triangular_layout.cpp \
../../../test/triangular_access.cpp \
../../../test/test_triangular.cpp \
../../../test/test_ticket7296.cpp \
../../../test/test_lu.cpp \
../../../test/test_inplace_solve.cpp \
../../../test/test_coordinate_vector_inplace_merge.cpp \
../../../test/test_coordinate_matrix_sort.cpp \
../../../test/test_coordinate_matrix_inplace_merge.cpp \
../../../test/test_complex_norms.cpp \
../../../test/test_banded_storage_layout.cpp \
../../../test/test_assignment.cpp \
../../../test/test73.cpp \
../../../test/test72.cpp \
../../../test/test71.cpp \
../../../test/test63.cpp \
../../../test/test62.cpp \
../../../test/test53.cpp \
../../../test/test52.cpp \
../../../test/test43.cpp \
../../../test/test42.cpp \
../../../test/test33.cpp \
../../../test/test32.cpp \
../../../test/test31.cpp \
../../../test/test23.cpp \
../../../test/test22.cpp \
../../../test/test21.cpp \
../../../test/test13.cpp \
../../../test/test12.cpp \
../../../test/test11.cpp \
../../../test/test7.cpp \
../../../test/test6.cpp \
../../../test/test5.cpp \
../../../test/test4.cpp \
../../../test/test3.cpp \
../../../test/test2.cpp \
../../../test/test1.cpp \
../../../test/sparse_view_test.cpp \
../../../test/size.cpp \
../../../test/placement_new.cpp \
../../../test/num_rows.cpp \
../../../test/num_columns.cpp \
../../../test/concepts.cpp \
../../../test/comp_mat_erase.cpp \
../../../test/begin_end.cpp \
../../../test/test_fixed_containers.cpp