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
10noinst_PROGRAMS = singjoin testconnect testconnectserial dimsbalanced \
11                  spawntest_master spawntest_child segfault \
12                  mpit_test mpit_test2
13
14# testconnectserial would like MPICHLIBSTR to be defined as the installation
15# directory of the MPI library.  This definition is not required.
16noinst_HEADERS = connectstuff.h
17testconnectserial_SOURCES = testconnectserial.c tchandlers.c tcutil.c
18testconnectserial_LDADD   = $(LDADD) -lm
19
20CLEANFILES += test-port
21
22