Move the datatype tests in its own directory.
This commit was SVN r10003.
Этот коммит содержится в:
родитель
b8ef0cc749
Коммит
eb149cb9c8
@ -1151,5 +1151,6 @@ AC_CONFIG_FILES([
|
|||||||
test/threads/Makefile
|
test/threads/Makefile
|
||||||
test/util/Makefile
|
test/util/Makefile
|
||||||
test/peruse/Makefile
|
test/peruse/Makefile
|
||||||
|
test/datatype/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
@ -19,5 +19,5 @@
|
|||||||
|
|
||||||
|
|
||||||
# support needs to be first for dependencies
|
# 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)
|
DIST_SUBDIRS = runtime $(SUBDIRS)
|
||||||
|
20
test/datatype/Makefile.am
Обычный файл
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)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче
Block a user