Sfoglia il codice sorgente

mpi/Makefile.am: do not install mpi tests and update location for installing examples

Nathalie Furmento 14 anni fa
parent
commit
1795460c69
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      mpi/Makefile.am

+ 2 - 3
mpi/Makefile.am

@@ -39,8 +39,7 @@ EXTRA_DIST = 					\
 	examples/cholesky/mpi_cholesky.h	\
 	examples/cholesky/mpi_cholesky_models.h
 
-examplebindir = $(libdir)/starpu/mpi/examples/
-testbindir = $(libdir)/starpu/mpi/tests/
+examplebindir = $(libdir)/starpu/examples/mpi
 
 examplebin_PROGRAMS =
 
@@ -202,7 +201,7 @@ check_PROGRAMS +=					\
 	tests/insert_task_owner_data			\
 	tests/multiple_send
 
-testbin_PROGRAMS =				\
+noinst_PROGRAMS =					\
 	tests/pingpong					\
 	tests/mpi_test					\
 	tests/mpi_isend					\