remove Dense test
parent
a46187ee67
commit
a90d455765
|
@ -17,10 +17,6 @@ headers += FixedVector.h types.h blockMatrices.h
|
||||||
sources += Vector.cpp svdcmp.cpp Matrix.cpp
|
sources += Vector.cpp svdcmp.cpp Matrix.cpp
|
||||||
check_PROGRAMS += tests/testFixedVector tests/testVector tests/testMatrix
|
check_PROGRAMS += tests/testFixedVector tests/testVector tests/testMatrix
|
||||||
|
|
||||||
if USE_LAPACK
|
|
||||||
check_PROGRAMS += tests/testDenseQRUtil
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
headers += Testable.h TestableAssertions.h numericalDerivative.h
|
headers += Testable.h TestableAssertions.h numericalDerivative.h
|
||||||
sources += timing.cpp
|
sources += timing.cpp
|
||||||
|
|
Loading…
Reference in New Issue