Update of /cvsroot/mockpp/mockpp/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28468/config
Modified Files:
ac_cxx_cxxtest.m4
Log Message:
select test framework
Index: ac_cxx_cxxtest.m4
===================================================================
RCS file: /cvsroot/mockpp/mockpp/config/ac_cxx_cxxtest.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ac_cxx_cxxtest.m4 10 Dec 2005 15:15:08 -0000 1.1
+++ ac_cxx_cxxtest.m4 28 Dec 2005 09:23:30 -0000 1.2
@@ -21,12 +21,12 @@
if test x$cxxtest_inc != xNO; then
echo "found cxxtest/TestCase.h at $cxxtest_inc"
EA_EXTRA_INC="$EA_EXTRA_INC -I$cxxtest_inc"
- AC_DEFINE(HAVE_CXXTEST, 1, [Define if you have CxxTest installed.])
+ AC_DEFINE(MOCKPP_USE_CXXTEST, 1, [Define if you have CxxTest installed.])
else
echo "*******************************************************"
echo "*** cxxtest/TestSuite.h not found."
echo "*******************************************************"
- AH_TEMPLATE(HAVE_CXXTEST, [Define if you have CxxTest installed.])
+ AH_TEMPLATE(MOCKPP_USE_CXXTEST, [Define if you have CxxTest installed.])
fi
fi
|