From 8a47ee0fadd9e6da55c81a69661962817c033aad Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sun, 28 Dec 2014 22:16:36 +0000 Subject: [PATCH] test/Jamfile Add new test querying_find --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 128dc1a..1860f94 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -108,6 +108,7 @@ test-suite phoenix_algorithm : [ run algorithm/transformation3.cpp ] [ run algorithm/transformation4.cpp ] [ run algorithm/querying.cpp ] + [ run algorithm/querying_find.cpp ] [ run algorithm/querying2.cpp ] ;