• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEMPLATE = app
2TARGET = test_inplace_solve_sparse
3
4include (configuration.pri)
5
6DEFINES += \
7    $$UBLAS_TESTSET_SPARSE \
8    $$UBLAS_TESTSET_SPARSE_COO
9
10HEADERS += \
11    ../../../test/utils.hpp
12
13SOURCES += \
14    ../../../test/test_inplace_solve.cpp
15