ソースを参照

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			\