1# -*- Mode: Makefile; -*-
2# vim: set ft=automake :
3#
4# (C) 2011 by Argonne National Laboratory.
5#     See COPYRIGHT in top-level directory.
6#
7
8include $(top_srcdir)/Makefile.mtest
9
10EXTRA_DIST = testlist
11
12## for all programs that are just built from the single corresponding source
13## file, we don't need per-target _SOURCES rules, automake will infer them
14## correctly
15noinst_PROGRAMS =  \
16    anyall         \
17    bottom         \
18    bsend1         \
19    bsend2         \
20    bsend3         \
21    bsend4         \
22    bsend5         \
23    bsendalign     \
24    cancelrecv     \
25    isendself      \
26    sendself       \
27    eagerdt        \
28    isendselfprobe \
29    bsendfrag      \
30    bsendpending   \
31    icsend         \
32    rqstatus       \
33    rqfreeb        \
34    greq1          \
35    scancel        \
36    scancel2       \
37    rcancel        \
38    pscancel       \
39    sendflood      \
40    sendrecv1      \
41    sendrecv2      \
42    sendrecv3      \
43    waitany-null   \
44    pingping       \
45    probe-unexp    \
46    probenull      \
47    inactivereq    \
48    waittestnull   \
49    sendall        \
50    large_message  \
51    mprobe
52
53