Browse Source

add the "tag_example"s in the test suite

Cédric Augonnet 16 years ago
parent
commit
ff09f6db4a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      examples/Makefile.am

+ 8 - 0
examples/Makefile.am

@@ -17,6 +17,10 @@
 LIBS = $(top_builddir)/src/libstarpu.la @LIBS@
 AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_srcdir)/examples/
 
+TESTS = $(check_PROGRAMS)
+
+check_PROGRAMS =
+
 EXTRA_DIST = 					\
 	cuda/incrementer_cuda.cu		\
 	cuda/spmv_cuda.cu
@@ -143,6 +147,10 @@ endif
 # Tag examples #
 ################
 
+check_PROGRAMS +=			\
+	tag_example/tag_example			\
+	tag_example/tag_example2
+
 examplebin_PROGRAMS +=			\
 	tag_example/tag_example			\
 	tag_example/tag_example2