aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roundtrip/makefile')
-rw-r--r--tests/roundtrip/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/roundtrip/makefile b/tests/roundtrip/makefile
index d550036..672951c 100644
--- a/tests/roundtrip/makefile
+++ b/tests/roundtrip/makefile
@@ -45,13 +45,15 @@ $(dist): sources := $(cxx_tun)
$(dist): extras := $(tests)
$(dist): export extra_dist := $(extras) $(name)-vc9.vcproj \
$(name)-vc10.vcxproj $(name)-vc10.vcxproj.filters \
-$(name)-vc11.vcxproj $(name)-vc11.vcxproj.filters
+$(name)-vc11.vcxproj $(name)-vc11.vcxproj.filters \
+$(name)-vc12.vcxproj $(name)-vc12.vcxproj.filters
$(dist):
$(call dist-data,$(sources) $(extras))
$(call meta-automake,../template/Makefile.am)
$(call meta-vc9proj,../template/template-vc9.vcproj,$(name)-vc9.vcproj)
$(call meta-vc10proj,../template/template-vc10.vcxproj,$(name)-vc10.vcxproj)
$(call meta-vc11proj,../template/template-vc11.vcxproj,$(name)-vc11.vcxproj)
+ $(call meta-vc12proj,../template/template-vc12.vcxproj,$(name)-vc12.vcxproj)
# Test.
#
@@ -88,6 +90,7 @@ $(call include,$(bld_root)/dist.make)
$(call include,$(bld_root)/meta/vc9proj.make)
$(call include,$(bld_root)/meta/vc10proj.make)
$(call include,$(bld_root)/meta/vc11proj.make)
+$(call include,$(bld_root)/meta/vc12proj.make)
$(call include,$(bld_root)/meta/automake.make)
$(call include,$(bld_root)/cxx/o-e.make)