From 852a5a7dcdc4575918ba169f93aad96959ea2683 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 3 Jun 2014 01:52:12 +0300 Subject: [PATCH] Add test/Jamfile.v2. --- test/Jamfile.v2 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/Jamfile.v2 diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 new file mode 100644 index 0000000..373d89c --- /dev/null +++ b/test/Jamfile.v2 @@ -0,0 +1,21 @@ +# Boost Exception Library test Jamfile +# +# Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc. +# +# Distributed under the Boost Software License, Version 1.0. (See accompanying +# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +import testing ; + +project + : requirements + static + on + ; + +run 1-throw_exception_test.cpp ; +run 2-throw_exception_no_exceptions_test.cpp ; +run 3-throw_exception_no_integration_test.cpp ; +run 4-throw_exception_no_both_test.cpp ; + +compile-fail throw_exception_fail.cpp ;