From a90d455765992f0fc361af881ab1e3db605bb5ec Mon Sep 17 00:00:00 2001 From: Chris Beall Date: Fri, 22 Oct 2010 00:28:23 +0000 Subject: [PATCH] remove Dense test --- base/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) 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