[mathicgb] 11/393: Fixed Makefile.am to rebuild unittest.exe when non-test files are changed. Also commented out printing from BjarkeGeobucket2 that were slowing tests.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:58:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.

commit f1f9d910bb4f965ff3fa3bb06f1e10d83b27f1af
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Sat Aug 4 16:11:04 2012 -0400

    Fixed Makefile.am to rebuild unittest.exe when non-test files are changed. Also commented out printing from BjarkeGeobucket2 that were slowing tests.
---
 Makefile.am                       | 3 +--
 src/mathicgb/BjarkeGeobucket2.cpp | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 55ff40d..11651b1 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,8 +78,7 @@ unittest_CXXFLAGS=\
   -I$(top_srcdir)/libs/gtest/include\
   -I$(top_srcdir)/libs/gtest/\
   -I$(top_srcdir)/src/
-unittest_LDADD = $(DEPS_LIBS)
-unittest_LDFLAGS= $(top_builddir)/libmathicgb.la
+unittest_LDADD = $(DEPS_LIBS) libmathicgb.la
 
 test_LIBS=
 unittest_SOURCES=src/test/FreeModuleOrderTest.cpp						\
diff --git a/src/mathicgb/BjarkeGeobucket2.cpp b/src/mathicgb/BjarkeGeobucket2.cpp
old mode 100644
new mode 100755
index 7673509..267bac6
--- a/src/mathicgb/BjarkeGeobucket2.cpp
+++ b/src/mathicgb/BjarkeGeobucket2.cpp
@@ -13,7 +13,7 @@ BjarkeGeobucket2::BjarkeGeobucket2(const PolyRing *R0)
     mHeap(GeoConfiguration(*R0,4,1)),
     mHashTable(BjarkeGeobucket2Configuration(*R0),10)
 {
-  std::cerr << "Creating geobucket2" << std::endl;
+  //std::cerr << "Creating geobucket2" << std::endl;
 }
 
 BjarkeGeobucket2::~BjarkeGeobucket2()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list