[Mockpp-commits] mockpp/mockpp/framework Makefile.am,1.2,1.3
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-18 16:56:36
|
Update of /cvsroot/mockpp/mockpp/mockpp/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27352/mockpp/framework Modified Files: Makefile.am Log Message: integration cxxtest + ministl Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/framework/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 10 Dec 2005 20:07:21 -0000 1.2 +++ Makefile.am 18 Dec 2005 16:56:23 -0000 1.3 @@ -4,7 +4,8 @@ noinst_LTLIBRARIES = libframework.la libframeworkinclude_HEADERS = \ - CxxTestSupport.h SelectUnittestFramework.h \ + CxxTestSupport.h CxxTestRunner.h \ + SelectUnittestFramework.h \ VerifyingTestCase.h VerifyingTestCaller.h EXTRA_DIST = |