From 2a6ee92c92c6ed812099ca16c2bb68840c4258b5 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sat, 1 Feb 2014 18:01:49 +0000 Subject: [PATCH] test/Jamfile Add bug5875.cpp --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index af2c770..03cea17 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -130,6 +130,7 @@ test-suite phoenix_regression : [ run regression/bug4853.cpp ] [ run regression/bug5626.cpp ] [ run regression/bug5824.cpp ] + [ run regression/bug5875.cpp ] [ run regression/bug5968.cpp ] [ run regression/bug6040.cpp ] [ run regression/bug6268.cpp ]