[Mockpp-commits] mockpp/mockpp/config gen-config-common.sh,1.1,1.2
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-28 09:23:42
|
Update of /cvsroot/mockpp/mockpp/mockpp/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28468/mockpp/config Modified Files: gen-config-common.sh Log Message: select test framework Index: gen-config-common.sh =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/config/gen-config-common.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gen-config-common.sh 18 Dec 2005 19:13:08 -0000 1.1 +++ gen-config-common.sh 28 Dec 2005 09:23:30 -0000 1.2 @@ -13,13 +13,13 @@ #define MOCKPP_PACKAGE $3 /* Define if you have CppUnit installed. */ -#define HAVE_CPPUNIT +#undef MOCKPP_USE_CPPUNIT /* Define to 1 if you have the <cppunit/Message.h> header file. */ -#define HAVE_CPPUNIT_MESSAGE_H 1 +#undef HAVE_CPPUNIT_MESSAGE_H 1 /* Define if you have CxxTest installed. */ -#define HAVE_CXXTEST +#define MOCKPP_USE_CXXTEST /* Define to 1 if you have the <limits> header file. */ #define HAVE_LIMITS |