From eee6f1b0286ad90d10e9d06f4cbe920394b02baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 7 Jan 2005 01:07:39 +0000 Subject: [PATCH] added configuration files for test --- mrw/makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mrw/makefile.am b/mrw/makefile.am index d982ebb..0edc734 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.19 2005/01/07 01:07:39 marc +## added configuration files for test +## ## Revision 1.18 2005/01/07 00:57:55 marc ## the test script was not distributed ## @@ -199,7 +202,8 @@ if HAVE_LOG4CXX mrwexclog4cxx_test_LDADD = -lmrwexclog4cxx -lcppunit -llog4cxx endif endif -EXTRA_DIST = test.dat ${examples_DATA} ${html_DATA} ${pdf_DATA} ${check_SCRIPTS} +EXTRA_DIST = test.dat configfile.ini configfile.ini.result \ + ${examples_DATA} ${html_DATA} ${pdf_DATA} ${check_SCRIPTS} TESTS = ${check_PROGRAMS} ${check_SCRIPTS} .PHONY: doc clean-local distclean-local