Quellcode durchsuchen

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 vor 15 Jahren
Ursprung
Commit
bbfbe68c4f
1 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen
  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					\