added configuration files for test

master
Marc Wäckerlin 20 years ago
parent 90380cbddc
commit eee6f1b028
  1. 6
      mrw/makefile.am

@ -9,6 +9,9 @@
## @license LGPL, see file <a href="license.html">COPYING</a> ## @license LGPL, see file <a href="license.html">COPYING</a>
## ##
## $Log$ ## $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 ## Revision 1.18 2005/01/07 00:57:55 marc
## the test script was not distributed ## the test script was not distributed
## ##
@ -199,7 +202,8 @@ if HAVE_LOG4CXX
mrwexclog4cxx_test_LDADD = -lmrwexclog4cxx -lcppunit -llog4cxx mrwexclog4cxx_test_LDADD = -lmrwexclog4cxx -lcppunit -llog4cxx
endif endif
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} TESTS = ${check_PROGRAMS} ${check_SCRIPTS}
.PHONY: doc clean-local distclean-local .PHONY: doc clean-local distclean-local

Loading…
Cancel
Save