From 575c477f547be34289319fe723b5f86b2e749e19 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 29 Sep 2003 15:38:40 +0000 Subject: [PATCH] Add V2 Jamfile [SVN r20209] --- test/Jamfile.v2 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test/Jamfile.v2 diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 new file mode 100644 index 0000000..0aaa3d9 --- /dev/null +++ b/test/Jamfile.v2 @@ -0,0 +1,25 @@ +# Signals library + +# Copyright (C) 2001-2003 Douglas Gregor + +# Permission to copy, use, sell and distribute this software is granted +# provided this copyright notice appears in all copies. Permission to modify +# the code and to distribute modified code is granted provided this copyright +# notice appears in all copies, and a notice that the code was modified is +# included with the copyright notice. This software is provided "as is" +# without express or implied warranty, and with no claim as to its suitability +# for any purpose. + +# For more information, see http://www.boost.org/ + +# bring in rules for testing +import testing ; + +test-suite conversion + : [ run implicit_cast.cpp ] + [ compile-fail implicit_cast_fail.cpp ] + [ run ../cast_test.cpp ] + [ run ../lexical_cast_test.cpp ] + ; + + \ No newline at end of file