システムテスト全体に対するmake valgrindができるように
[YACASL2.git] / test / system / Makefile
index 3d0fc30..74f8a4a 100644 (file)
@@ -4,10 +4,13 @@ define make_dirs
     $(foreach d,$1,$(MAKE) -sC $d $2)
 endef
 
-.PHONY: check clean
+.PHONY: check valgrind clean
 
 check:
        @$(call make_dirs,$(CMD),$@; )
 
+valgrind:
+       @$(call make_dirs,$(CMD),$@; )
+
 clean:
        @$(call make_dirs,$(CMD),$@; )