From 3ce1b9852b20c506f7ca9679ba7f45b296665d9f Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Tue, 25 May 2004 13:08:24 +0000 Subject: [PATCH] re-enable builds of the test directory This commit was SVN r1155. --- Makefile.am | 2 +- configure.ac | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 396eee4b10..e92d35026e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ include $(top_srcdir)/config/Makefile.options -SUBDIRS = config include src +SUBDIRS = config include src test EXTRA_DIST = README INSTALL VERSION Doxyfile diff --git a/configure.ac b/configure.ac index f462f1ce78..7aff3d19ef 100644 --- a/configure.ac +++ b/configure.ac @@ -828,5 +828,11 @@ AC_CONFIG_FILES([ src/tools/mpirun/Makefile src/tools/wrappers/Makefile + test/Makefile + test/support/Makefile + test/lfc/Makefile + test/threads/Makefile + test/util/Makefile + ]) AC_OUTPUT