Explorar el Código

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

Nathalie Furmento hace 13 años
padre
commit
c34e3fbd5c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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			\