aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/error-handling/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/error-handling/makefile')
-rw-r--r--tests/cxx/parser/error-handling/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx/parser/error-handling/makefile b/tests/cxx/parser/error-handling/makefile
index 739e16f..c5f1f8e 100644
--- a/tests/cxx/parser/error-handling/makefile
+++ b/tests/cxx/parser/error-handling/makefile
@@ -24,6 +24,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)))