- Include the datatype tests again
make distcheck works contrib/dist/make_tarball succeeds too make checks shows all 5 tests passing. This commit was SVN r22163.
Этот коммит содержится в:
родитель
80a80d5379
Коммит
63e540366b
@ -24,7 +24,7 @@ if PROJECT_OMPI
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# support needs to be first for dependencies
|
# support needs to be first for dependencies
|
||||||
SUBDIRS = support asm class threads $(REQUIRES_OMPI)
|
SUBDIRS = support asm class threads datatype $(REQUIRES_OMPI)
|
||||||
DIST_SUBDIRS = event $(SUBDIRS)
|
DIST_SUBDIRS = event $(SUBDIRS)
|
||||||
|
|
||||||
TESTS =
|
TESTS =
|
||||||
|
@ -11,11 +11,14 @@
|
|||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
|
|
||||||
TESTS = checksum position ddt_test ddt_raw opal_datatype_test
|
if PROJECT_OMPI
|
||||||
|
MPI_TESTS = checksum position ddt_test ddt_raw
|
||||||
|
MPI_CHECKS = to_self ddt_pack
|
||||||
|
endif
|
||||||
|
TESTS = opal_datatype_test $(MPI_TESTS)
|
||||||
|
|
||||||
check_PROGRAMS = $(TESTS) to_self ddt_pack
|
check_PROGRAMS = $(TESTS) $(MPI_CHECKS)
|
||||||
|
|
||||||
# This test currently not built because of #1242.
|
|
||||||
ddt_test_SOURCES = ddt_test.c ddt_lib.c ddt_lib.h
|
ddt_test_SOURCES = ddt_test.c ddt_lib.c ddt_lib.h
|
||||||
ddt_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
|
ddt_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
|
||||||
ddt_test_LDADD = $(top_builddir)/ompi/libmpi.la
|
ddt_test_LDADD = $(top_builddir)/ompi/libmpi.la
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user