Browse Source

nmad/tests: always execute tests (for now)

Nathalie Furmento 7 years ago
parent
commit
26acf9a6ef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      nmad/tests/Makefile.am

+ 2 - 2
nmad/tests/Makefile.am

@@ -57,9 +57,9 @@ else
 TESTS_ENVIRONMENT 	=	STARPU_WORKERS_NOBIND=1 STARPU_NCPU=4 top_builddir="$(abs_top_builddir)" top_srcdir="$(abs_top_srcdir)" $(MPI) $(LOADER_BIN)
 endif
 
-if STARPU_MPI_CHECK
+#if STARPU_MPI_CHECK
 TESTS			=	$(starpu_mpi_TESTS)
-endif
+#endif
 
 check_PROGRAMS = $(LOADER) $(starpu_mpi_TESTS)