From efae35bbd8d60f3dfde24210a01c9291d4da2813 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 3 Dec 2004 08:00:11 +0000 Subject: [PATCH] Add tests for raw constructors [SVN r26407] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index cf118923..98377fdc 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -103,6 +103,7 @@ bpl-test crossmod_exception [ bpl-test auto_ptr ] [ bpl-test minimal ] [ bpl-test args ] +[ bpl-test raw_ctor ] [ bpl-test numpy ] [ bpl-test enum ] [ bpl-test exception_translator ]