diff example/word_count/Makefile @ 1849:0296fa2dfe6d draft

add test
author Shinji KONO
date Sat, 21 Dec 2013 09:00:27 +0900
parents fac06524090b
children d28f0c5489c3
line wrap: on
line diff
--- a/example/word_count/Makefile	Sat Dec 21 08:51:43 2013 +0900
+++ b/example/word_count/Makefile	Sat Dec 21 09:00:27 2013 +0900
@@ -16,9 +16,13 @@
 	@echo "Make for OpenCL"
 	@$(MAKE) -f Makefile.gpu
 
+gpu-test: FORCE
+	@echo "Make for OpenCL"
+	@$(MAKE) -f Makefile.gpu test
+
 FORCE:
 
 clean:
 	@$(MAKE) -f Makefile.macosx clean
 	@$(MAKE) -f Makefile.linux clean
-	@$(MAKE) -f Makefile.cell clean
\ No newline at end of file
+	@$(MAKE) -f Makefile.cell clean