From fcbc1d562fa6736378a85d34d157620476fa313d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 10 Aug 2003 22:51:51 +0000 Subject: [PATCH] Added properties unit test from Roman Yakovenko . [SVN r19520] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index a1eb1cfc..816cae51 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -71,6 +71,7 @@ bpl-test crossmod_exception : crossmod_exception.py crossmod_exception_a.cpp crossmod_exception_b.cpp ; +bpl-test properties ; bpl-test return_arg ; bpl-test staticmethod ; bpl-test shared_ptr ;