remove Dense test

release/4.3a0
Chris Beall 2010-10-22 00:28:23 +00:00
parent a46187ee67
commit a90d455765
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ headers += FixedVector.h types.h blockMatrices.h
sources += Vector.cpp svdcmp.cpp Matrix.cpp
check_PROGRAMS += tests/testFixedVector tests/testVector tests/testMatrix
if USE_LAPACK
check_PROGRAMS += tests/testDenseQRUtil
endif
# Testing
headers += Testable.h TestableAssertions.h numericalDerivative.h
sources += timing.cpp