浏览代码

tests/Makefile.am: call starpu_machine_display when running make check

Nathalie Furmento 13 年之前
父节点
当前提交
c34e3fbd5c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tests/Makefile.am

+ 3 - 0
tests/Makefile.am

@@ -95,7 +95,10 @@ if STARPU_COVERAGE_ENABLED
 TESTS	+=	coverage/coverage.sh
 endif
 
+starpu_machine_display_SOURCES	=	../tools/starpu_machine_display.c
+
 noinst_PROGRAMS =				\
+	starpu_machine_display			\
 	core/restart				\
 	core/execute_on_a_specific_worker	\
 	core/insert_task			\