From 0fbb399f13d2311105cc4f5ca7c3ac394a384640 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 14 Mar 2008 14:21:47 +0000 Subject: [PATCH] Remove ddt_test from "make check" per #1242. This commit was SVN r17818. --- test/datatype/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test/datatype/Makefile.am b/test/datatype/Makefile.am index c55ca8dc14..767f41c901 100644 --- a/test/datatype/Makefile.am +++ b/test/datatype/Makefile.am @@ -2,7 +2,7 @@ # Copyright (c) 2004-2005 The University of Tennessee and The University # of Tennessee Research Foundation. All rights # reserved. -# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2006-2008 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -10,13 +10,14 @@ # $HEADER$ # -TESTS = ddt_test checksum position +TESTS = checksum position check_PROGRAMS = $(TESTS) to_self ddt_pack -ddt_test_SOURCES = ddt_test.c -ddt_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) -ddt_test_LDADD = $(top_builddir)/ompi/libmpi.la +# This test currently not built because of #1242. +#ddt_test_SOURCES = ddt_test.c +#ddt_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS) +#ddt_test_LDADD = $(top_builddir)/ompi/libmpi.la ddt_pack_SOURCES = ddt_pack.c ddt_pack_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)