From f08e54029c56adf59cd3dc68d4ca5850776ef747 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 23 Jun 2006 02:14:27 +0000 Subject: [PATCH] - Update svn:ignore - Built to_self, but don't run it during "make check" (because it calls MPI_INIT, which requires a functional install) This commit was SVN r10491. --- test/datatype/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/datatype/Makefile.am b/test/datatype/Makefile.am index 065acf948c..db0cb4bcda 100644 --- a/test/datatype/Makefile.am +++ b/test/datatype/Makefile.am @@ -10,9 +10,9 @@ # $HEADER$ # -check_PROGRAMS = ddt_test checksum position +TESTS = ddt_test checksum position -TESTS = $(check_PROGRAMS) +check_PROGRAMS = $(TESTS) to_self ddt_test_SOURCES = ddt_test.c ddt_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) @@ -26,6 +26,6 @@ position_SOURCES = position.c position_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) position_LDADD = $(top_builddir)/ompi/libmpi.la -#to_self_SOURCES = to_self.c -#to_self_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) -#to_self_LDADD = $(top_builddir)/ompi/libmpi.la +to_self_SOURCES = to_self.c +to_self_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) +to_self_LDADD = $(top_builddir)/ompi/libmpi.la