From edaecf3ac6366342c827a1690d04568bed86c9aa Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Sun, 21 Oct 2001 20:20:25 +0000 Subject: Commit of 1.7.1 release. --- include/cppunit/Makefile.am | 3 +++ include/cppunit/TestAssert.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'include/cppunit') diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index 99dfa65..6f0916d 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -25,3 +25,6 @@ libcppunitinclude_HEADERS = \ TextTestRunner.h \ TestListener.h \ XmlOutputter.h + +dist-hook: + rm -f $(distdir)/config-auto.h diff --git a/include/cppunit/TestAssert.h b/include/cppunit/TestAssert.h index 081591e..ff156d7 100644 --- a/include/cppunit/TestAssert.h +++ b/include/cppunit/TestAssert.h @@ -96,7 +96,7 @@ namespace CppUnit { CPPUNIT_SOURCELINE() ) ) #else # define CPPUNIT_ASSERT(condition) \ - ( ::CppUnit::Asserter::failIf( !(condition), \ + ( ::CppUnit::Asserter::failIf( !(condition), \ "", \ CPPUNIT_SOURCELINE() ) ) #endif -- cgit v1.2.1