From 00b45f04cba04c8fdd31d83ba6079b4cc0ee3200 Mon Sep 17 00:00:00 2001 From: mes5k Date: Thu, 3 Apr 2003 18:01:51 +0000 Subject: [PATCH] added tests --- Makefile.am | 2 +- configure.in | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0e11049..1ee675a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = src include examples docs +SUBDIRS = src include examples docs tests diff --git a/configure.in b/configure.in index 776efac..64a2602 100644 --- a/configure.in +++ b/configure.in @@ -2,17 +2,19 @@ AC_INIT(Makefile.am) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config/config.h) -AM_INIT_AUTOMAKE(tclap,0.9) +AM_INIT_AUTOMAKE(tclap,0.9.5) AC_PROG_CXX AC_CXX_HAVE_SSTREAM AC_CXX_HAVE_STRSTREAM AC_PROG_RANLIB AC_PROG_INSTALL BB_ENABLE_DOXYGEN -AC_OUTPUT( Makefile \ +AC_OUTPUT([ Makefile \ examples/Makefile \ src/Makefile \ include/Makefile \ include/tclap/Makefile \ docs/Makefile \ - docs/Doxyfile) + docs/Doxyfile \ + tests/Makefile], \ + [chmod a+x tests/*.sh])