Browse Source

We don't include the MPI examples in the "make check" since they have to be run
in a specific environment with mpirun.

Cédric Augonnet 15 years ago
parent
commit
bbfbe68c4f
1 changed files with 2 additions and 5 deletions
  1. 2 5
      mpi/Makefile.am

+ 2 - 5
mpi/Makefile.am

@@ -44,12 +44,9 @@ libstarpumpi_la_SOURCES =				\
 	starpu_mpi.c					\
 	starpu_mpi_datatype.c
 
+mpiexamplebindir=$(libdir)/starpu/mpi/
 
-TESTS = $(check_PROGRAMS)
-
-check_PROGRAMS =
-
-check_PROGRAMS +=					\
+mpiexamplebin_PROGRAMS =				\
 	tests/pingpong					\
 	tests/mpi_isend					\
 	tests/mpi_irecv					\