1
1

Re-enable "make dist", at least until #1232 is fixed.

This commit was SVN r17796.
This commit is contained in:
Jeff Squyres 2008-03-09 21:36:10 +00:00
parent ffa09c44fd
commit 4133b46ec5
4 changed files with 12 additions and 8 deletions

View File

@ -27,8 +27,9 @@ check_PROGRAMS = \
opal_pointer_array \
ompi_rb_tree
TESTS = \
$(check_PROGRAMS)
# The tests are built, but since they're not actively maintained, they
# are not run during "make check".
TESTS =
ompi_bitmap_SOURCES = ompi_bitmap.c
ompi_bitmap_LDADD = \

View File

@ -23,8 +23,9 @@ check_PROGRAMS = \
opal_memory_speed \
opal_memory_cxx
TESTS = \
$(check_PROGRAMS)
# JMS to be re-added when #1232 is fixed
#TESTS = $(check_PROGRAMS)
TEST =
opal_memory_basic_SOURCES = opal_memory_basic.c
opal_memory_basic_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)

View File

@ -22,8 +22,9 @@ else
check_PROGRAMS =
endif
TESTS = \
$(check_PROGRAMS)
# JMS to be re-added when #1232 is fixed
#TESTS = $(check_PROGRAMS)
TESTS =
mpi_peruse_SOURCES = mpi_peruse.c
mpi_peruse_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)

View File

@ -25,8 +25,9 @@ check_PROGRAMS = \
opal_thread \
opal_condition
TESTS = \
$(check_PROGRAMS)
# JMS possibly to be re-added when #1232 is fixed
#TESTS = $(check_PROGRAMS)
TESTS =
opal_thread_SOURCES = opal_thread.c
opal_thread_LDADD = \