Explorar o código

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

Nathalie Furmento %!s(int64=10) %!d(string=hai) anos
pai
achega
3b6e266bc5
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  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_reduction				\
 	user_defined_datatype			\
-	tags					\
+	tags_checking				\
 	sync					\
 	gather					\
 	gather2					\
@@ -165,7 +165,7 @@ noinst_PROGRAMS =				\
 	mpi_scatter_gather			\
 	mpi_reduction				\
 	user_defined_datatype			\
-	tags					\
+	tags_checking				\
 	sync					\
 	gather					\
 	gather2					\
@@ -256,7 +256,7 @@ mpi_reduction_LDADD =			\
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 user_defined_datatype_LDADD =			\
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
-tags_LDADD =			\
+tags_checking_LDADD =			\
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la
 sync_LDADD =			\
 	../src/libstarpumpi-@STARPU_EFFECTIVE_VERSION@.la

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