Sfoglia il codice sorgente

Really run data tests

Samuel Thibault 6 anni fa
parent
commit
dd2b79874d
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      tests/Makefile.am

+ 5 - 1
tests/Makefile.am

@@ -401,7 +401,11 @@ examplebin_SCRIPTS = \
 	microbenchs/tasks_size_overhead.sh
 if !STARPU_SIMGRID
 if !STARPU_USE_MPI_MASTER_SLAVE
-TESTS += microbenchs/tasks_size_overhead_scheds.sh
+TESTS += \
+	microbenchs/tasks_data_overhead.sh \
+	microbenchs/sync_tasks_data_overhead.sh \
+	microbenchs/async_tasks_data_overhead.sh \
+	microbenchs/tasks_size_overhead_scheds.sh
 endif
 endif