1##
2## Copyright (C) by Argonne National Laboratory
3##     See COPYRIGHT in top-level directory
4##
5
6include $(top_srcdir)/Makefile_single.mtest
7
8EXTRA_DIST = testlist
9
10## for all programs that are just built from the single corresponding source
11## file, we don't need per-target _SOURCES rules, automake will infer them
12## correctly
13noinst_PROGRAMS = \
14    grouptest     \
15    grouptest2    \
16    groupcreate   \
17    gtranks       \
18    groupnullincl
19
20# glpid is a whitebox test that uses mpiimpl.h; it is unlikely to build with the
21# current build system setup
22#EXTRA_PROGRAMS = glpid
23