소스 검색

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

Nathalie Furmento 10 년 전
부모
커밋
3b6e266bc5
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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