Update of /cvsroot/mockpp/mockpp/mockpp/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27489/mockpp/config
Modified Files:
gen-config-common.sh
Log Message:
Boost.Test basically running
Index: gen-config-common.sh
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/config/gen-config-common.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gen-config-common.sh 29 Dec 2005 12:29:51 -0000 1.4
+++ gen-config-common.sh 1 Jan 2006 10:27:22 -0000 1.5
@@ -12,7 +12,10 @@
/* Name of package */
#define MOCKPP_PACKAGE "$3"
-/* Define if you have CppUnit installed. */
+/* Define to use Boost.Test as framework. */
+#undef MOCKPP_USE_BOOSTTEST
+
+/* Define to use CppUnit as framework. */
#undef MOCKPP_USE_CPPUNIT
/* Define to 1 if you have the <cppunit/Message.h> header file. */
|