Преглед изворни кода

attr crashes with simgrid, and we don't need to test it there anyway

Samuel Thibault пре 7 година
родитељ
комит
84e912d2fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mpi/tests/Makefile.am

+ 1 - 1
mpi/tests/Makefile.am

@@ -104,7 +104,6 @@ if BUILD_TESTS
 starpu_mpi_TESTS =
 
 starpu_mpi_TESTS +=				\
-	attr					\
 	cache					\
 	cache_disable				\
 	callback				\
@@ -132,6 +131,7 @@ starpu_mpi_TESTS +=				\
 
 if !STARPU_SIMGRID
 starpu_mpi_TESTS +=				\
+	attr					\
 	pingpong				\
 	mpi_test				\
 	mpi_isend				\