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