From 045a05f81fb487680c9703e8a9b5498c3c3fc771 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 30 Jun 2014 10:59:03 +0100 Subject: [PATCH] Run generator_iterator_test.cpp I accidentally removed it in 8e5b8025d8fa05c72403b946d6748c86923431b0. --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 023a826..6230469 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -45,4 +45,5 @@ test-suite iterator ] [ run function_input_iterator_test.cpp ] + [ run generator_iterator_test.cpp ] ;