소스 검색

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			\