Blame test/mpi/manual/mpi_t/Makefile.am

Packit 0848f5
## -*- Mode: Makefile; -*-
Packit 0848f5
## vim: set ft=automake :
Packit 0848f5
##
Packit 0848f5
## (C) 2013 by Argonne National Laboratory.
Packit 0848f5
##     See COPYRIGHT in top-level directory.
Packit 0848f5
##
Packit 0848f5
Packit 0848f5
include $(top_srcdir)/Makefile.mtest
Packit 0848f5
Packit 0848f5
# these tests are specific to the MPICH ch3:nemesis implementation of nemesis
Packit 0848f5
nemesis_tests = nem_fbox_fallback_to_queue_count \
Packit 0848f5
                unexpected_recvq_buffer_size
Packit 0848f5
Packit 0848f5
noinst_PROGRAMS = mpit_test mpit_test2 \
Packit 0848f5
                  $(nemesis_tests)