1
1

Move the datatype tests in its own directory.

This commit was SVN r10003.
Этот коммит содержится в:
George Bosilca 2006-05-22 06:12:43 +00:00
родитель b8ef0cc749
Коммит eb149cb9c8
5 изменённых файлов: 22 добавлений и 1 удалений

Просмотреть файл

@ -1151,5 +1151,6 @@ AC_CONFIG_FILES([
test/threads/Makefile
test/util/Makefile
test/peruse/Makefile
test/datatype/Makefile
])
AC_OUTPUT

Просмотреть файл

@ -19,5 +19,5 @@
# support needs to be first for dependencies
SUBDIRS = support asm class dss mca memory threads util peruse
SUBDIRS = support asm class dss mca memory threads util peruse datatype
DIST_SUBDIRS = runtime $(SUBDIRS)

20
test/datatype/Makefile.am Обычный файл
Просмотреть файл

@ -0,0 +1,20 @@
#
# Copyright (c) 2004-2005 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
check_PROGRAMS = ddt_test
TESTS = $(check_PROGRAMS)
ddt_test_SOURCES = ddt_test.c
ddt_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
ddt_test_LDADD = $(top_builddir)/ompi/libmpi.la
ddt_test_DEPENDENCIES = $(mpi_peruse_LDADD)

Просмотреть файл

Просмотреть файл