From feb7835e62aad7417509b66f5a6db17322104619 Mon Sep 17 00:00:00 2001 From: Bruno Dutra Date: Sat, 21 Feb 2015 23:19:03 -0300 Subject: [PATCH] Adding newly added test to the Jamfile --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0031a52..6a88a6a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,5 @@ +compile aux_/increased_arity.cpp ; compile aux_/largest_int.cpp ; compile aux_/msvc_is_class.cpp ; compile aux_/template_arity.cpp ;