diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d402c01..a35e094 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -3,4 +3,5 @@ test-suite "parameter" : [ run basics.cpp ] [ run sfinae.cpp ] + [ run macros.cpp ] ;