瀏覽代碼

examples/Makefile.am: add fortran/hello to testcase suite (even though i am not sure it's really calling starpu)

Nathalie Furmento 11 年之前
父節點
當前提交
9501d79624
共有 1 個文件被更改,包括 9 次插入2 次删除
  1. 9 2
      examples/Makefile.am

+ 9 - 2
examples/Makefile.am

@@ -200,7 +200,8 @@ examplebin_PROGRAMS +=				\
 
 if STARPU_HAVE_F77_H
 examplebin_PROGRAMS +=				\
-	basic_examples/vector_scal_fortran
+	basic_examples/vector_scal_fortran	\
+	fortran/hello
 endif
 endif
 
@@ -274,7 +275,8 @@ endif
 
 if STARPU_HAVE_F77_H
 STARPU_EXAMPLES +=				\
-	basic_examples/vector_scal_fortran
+	basic_examples/vector_scal_fortran	\
+	fortran/hello
 endif
 
 if !NO_BLAS_LIB
@@ -348,6 +350,11 @@ basic_examples_vector_scal_fortran_SOURCES +=	\
 basic_examples_vector_scal_fortran_LDADD =	\
 	$(STARPU_CUDA_FORTRAN_LDFLAGS)
 endif
+
+fortran_hello_SOURCES	=		\
+	fortran/hello_c.c		\
+	fortran/hello.F			\
+	fortran/StarPU_fortran.h
 endif
 
 #######################