aboutsummaryrefslogtreecommitdiff
path: root/tests/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/makefile')
-rw-r--r--tests/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/makefile b/tests/makefile
index d058583..db15287 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -16,12 +16,13 @@ $(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests)))
$(dist): export dirs := $(tests)
$(dist): export extra_dist := test.bat tests-vc9.sln tests-vc10.sln \
-tests-vc11.sln
+tests-vc11.sln tests-vc12.sln
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(tests)))
$(call meta-automake)
$(call meta-vc9sln,tests-vc9.sln)
$(call meta-vc10sln,tests-vc10.sln)
$(call meta-vc11sln,tests-vc11.sln)
+ $(call meta-vc12sln,tests-vc12.sln)
$(call meta-vctest,tests-vc9.sln,test.bat)
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests)))
@@ -29,6 +30,7 @@ $(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests)))
$(call include,$(bld_root)/meta/vc9sln.make)
$(call include,$(bld_root)/meta/vc10sln.make)
$(call include,$(bld_root)/meta/vc11sln.make)
+$(call include,$(bld_root)/meta/vc12sln.make)
$(call include,$(bld_root)/meta/vctest.make)
$(call include,$(bld_root)/meta/automake.make)