diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7506a52..a48c00f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -70,12 +70,12 @@ test-suite msm-unit-tests [ run Back11TestDeferIn2Regions.cpp : : : [ requires cxx11_variadic_templates ] ] [ run Back11SimpleWithPuml.cpp : : - : [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_concepts cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ] + : [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ] [ run Back11SimpleInternalWithPuml.cpp : : - : [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_concepts cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ] + : [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ] [ run Back11OrthogonalDeferred3WithPuml.cpp : : - : [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_concepts cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ] + : [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ] [ run puml_syntax.cpp : : - : [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_concepts cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ] + : [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ] ;