diff --git a/base/Makefile.am b/base/Makefile.am index f94442d89..f0d337ae1 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -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