Sfoglia il codice sorgente

tests/Makefile.am: add missing files to distrib

Nathalie Furmento 13 anni fa
parent
commit
96f58598a9
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      tests/Makefile.am

+ 3 - 1
tests/Makefile.am

@@ -25,7 +25,9 @@ EXTRA_DIST =					\
 	microbenchs/null_kernel_gordon.c	\
 	datawizard/sync_and_notify_data_gordon_kernels.c \
 	datawizard/sync_and_notify_data_opencl_codelet.cl\
-	coverage/coverage.sh
+	coverage/coverage.sh			\
+	datawizard/interfaces/test_interfaces.h	\
+	datawizard/interfaces/test_vector_opencl_kernel.cl
 
 CLEANFILES = 					\
 	*.gcno *.gcda *.linkinfo		\