cd68a7c7e8
Removed '!' (test for command failure) before 'include' commands.
15 lines
273 B
Prolog
15 lines
273 B
Prolog
TEMPLATE = app
|
|
TARGET = test3_coo
|
|
|
|
include (configuration.pri)
|
|
|
|
DEFINES += $$UBLAS_TESTSET_SPARSE_COO
|
|
|
|
HEADERS += ../../../test/test3.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/test33.cpp \
|
|
../../../test/test32.cpp \
|
|
../../../test/test31.cpp \
|
|
../../../test/test3.cpp
|