瀏覽代碼

Really run data tests

Samuel Thibault 5 年之前
父節點
當前提交
dd2b79874d
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      tests/Makefile.am

+ 5 - 1
tests/Makefile.am

@@ -401,7 +401,11 @@ examplebin_SCRIPTS = \
 	microbenchs/tasks_size_overhead.sh
 	microbenchs/tasks_size_overhead.sh
 if !STARPU_SIMGRID
 if !STARPU_SIMGRID
 if !STARPU_USE_MPI_MASTER_SLAVE
 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
 endif
 endif