Browse Source

mpi/tests/: rename tags testcase to avoid conflict with makefile tags target (yeap...)

Nathalie Furmento 10 years ago
parent
commit
3b6e266bc5
2 changed files with 3 additions and 3 deletions
  1. 3 3
      mpi/tests/Makefile.am
  2. 0 0
      mpi/tests/tags_checking.c

+ 3 - 3
mpi/tests/Makefile.am

@@ -116,7 +116,7 @@ starpu_mpi_TESTS =				\
 	mpi_scatter_gather			\
 	mpi_scatter_gather			\
 	mpi_reduction				\
 	mpi_reduction				\
 	user_defined_datatype			\
 	user_defined_datatype			\
-	tags					\
+	tags_checking				\
 	sync					\
 	sync					\
 	gather					\
 	gather					\
 	gather2					\
 	gather2					\
@@ -165,7 +165,7 @@ noinst_PROGRAMS =				\
 	mpi_scatter_gather			\
 	mpi_scatter_gather			\
 	mpi_reduction				\
 	mpi_reduction				\
 	user_defined_datatype			\
 	user_defined_datatype			\
-	tags					\
+	tags_checking				\
 	sync					\
 	sync					\
 	gather					\
 	gather					\
 	gather2					\
 	gather2					\
@@ -256,7 +256,7 @@ mpi_reduction_LDADD =			\
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 user_defined_datatype_LDADD =			\
 user_defined_datatype_LDADD =			\
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
-tags_LDADD =			\
+tags_checking_LDADD =			\
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 sync_LDADD =			\
 sync_LDADD =			\
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la

mpi/tests/tags.c → mpi/tests/tags_checking.c