소스 검색

integrate the heat example in the test suite

Cédric Augonnet 16 년 전
부모
커밋
40f6b2a37b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      examples/Makefile.am

+ 2 - 0
examples/Makefile.am

@@ -167,6 +167,8 @@ endif
 
 if !NO_BLAS_LIB
 
+check_PROGRAMS += heat/heat
+
 examplebin_PROGRAMS += heat/heat
 
 heat_heat_SOURCES =				\