root/mpich2/trunk/test/mpi/datatype/Makefile.sm @ 4868

Revision 4868, 2.7 KB (checked in by balaji, 5 months ago)

Added the datatype failure reported by IBM to the test suite.

Line 
1LDADD =
2INCLUDES = -I../include -I${srcdir}/../include
3smvar_do_sharedlibs = 0
4
5typecommit_SOURCES = typecommit.c
6typename_SOURCES = typename.c
7typefree_SOURCES = typefree.c
8typefree_LDADD = ../util/mtest.o
9typename_LDADD = ../util/mtest.o
10
11contents_SOURCES = contents.c
12
13struct-pack_SOURCES = struct-pack.c
14
15struct-empty-el_SOURCES = struct-empty-el.c
16
17simple-resized_SOURCES = simple-resized.c
18
19triangular-pack_SOURCES = triangular-pack.c
20
21get-elements-pairtype_SOURCES = get-elements-pairtype.c
22
23simple-commit_SOURCES = simple-commit.c
24
25simple-commit_SOURCES = simple-commit.c
26
27simple-size-extent_SOURCES = simple-size-extent.c
28
29slice-pack_SOURCES = slice-pack.c
30
31struct-no-real-types_SOURCES = struct-no-real-types.c
32struct-no-real-types_LDADD = ../util/mtest.o
33
34slice-pack-external_SOURCES = slice-pack-external.c
35
36simple-pack_SOURCES = simple-pack.c
37
38contig-zero-count_SOURCES = contig-zero-count.c
39
40lots-of-types_SOURCES = lots-of-types.c
41lots-of-types_LDADD = ../util/mtest.o
42
43simple-pack-external_SOURCES = simple-pack-external.c
44
45darray-pack_SOURCES = darray-pack.c
46darray-pack_LDADD = ../util/mtest.o
47
48subarray-pack_SOURCES = subarray-pack.c
49
50blockindexed-misc_SOURCES = blockindexed-misc.c
51
52indexed-misc_SOURCES = indexed-misc.c
53
54hindexed-zeros_SOURCES = hindexed-zeros.c
55
56blockindexed-zero-count_SOURCES = blockindexed-zero-count.c
57
58struct-zero-count_SOURCES = struct-zero-count.c
59
60transpose-pack_SOURCES = transpose-pack.c
61
62unusual-noncontigs_SOURCES = unusual-noncontigs.c
63
64pairtype-pack_SOURCES = pairtype-pack.c
65
66struct-ezhov_SOURCES = struct-ezhov.c
67
68pairtype-size-extent_SOURCES = pairtype-size-extent.c
69
70struct-derived-zeros_SOURCES = struct-derived-zeros.c
71struct-derived-zeros_LDADD = ../util/mtest.o
72
73localpack_SOURCES = localpack.c
74
75lbub_SOURCES = lbub.c
76lbub_LDADD = ../util/mtest.o
77
78unpack_SOURCES = unpack.c
79unpack_LDADD = ../util/mtest.o
80
81zeroparms_SOURCES = zeroparms.c
82gaddress_SOURCES = gaddress.c
83gaddress_LDADD = ../util/mtest.o
84
85getpartelm_SOURCES = getpartelm.c
86getpartelm_LDADD = ../util/mtest.o
87
88tresized_SOURCES = tresized.c
89tresized_LDADD = ../util/mtest.o
90
91tmatchsize_SOURCES = tmatchsize.c
92tmatchsize_LDADD = ../util/mtest.o
93
94tresized2_SOURCES = tresized2.c
95tresized2_LDADD = ../util/mtest.o
96
97tfree_SOURCES = tfree.c
98tfree_LDADD = ../util/mtest.o
99
100typelb_SOURCES = typelb.c
101#typelb_LDADD = ../util/mtest.o
102
103sizedtypes_SOURCES = sizedtypes.c
104sizedtypes_LDADD = ../util/mtest.o
105
106contigstruct_SOURCES = contigstruct.c
107
108zeroblks_SOURCES = zeroblks.c
109zeroblks_LDADD = ../util/mtest.o
110
111../util/mtest.o:
112        (cd ../util && $(MAKE) mtest.o )
113
114# A special testing target to simplify running just the datatype tests
115testing:
116        ../runtests -srcdir=$(srcdir) -tests=testlist \
117                   -mpiexec=$(bindir)/mpiexec \
118                   -xmlfile=summary.xml
119
120clean-local:
121        -rm -f summary.xml
Note: See TracBrowser for help on using the browser.