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

Revision 4822, 2.7 KB (checked in by thakur, 5 months ago)

applied Jim Hoekstra's patch to fix missing use of MTest convention in test suite. ticket #629

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