From 8161144e7f3182d9dc66a811b4618a81232d4af3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 Oct 2009 19:05:17 +0200 Subject: Connect the test target --- tests/cxx/parser/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/cxx/parser/makefile') diff --git a/tests/cxx/parser/makefile b/tests/cxx/parser/makefile index 8b11959..b6c3026 100644 --- a/tests/cxx/parser/makefile +++ b/tests/cxx/parser/makefile @@ -61,6 +61,7 @@ dist-win := $(out_base)/.dist-win clean := $(out_base)/.clean $(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_tests))) +$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(build_tests))) $(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(build_tests))) $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_tests))) $(dist-win): $(addprefix $(out_base)/,$(addsuffix /.dist-win,$(all_tests))) -- cgit v1.1