From cf77d38c3a72baf18d09773dd4c9748bd33dc184 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 14 Oct 2018 18:19:38 +0300 Subject: [PATCH] Fix test/Jamfile --- test/Jamfile.v2 | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 856559c..ea8d618 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -2,37 +2,9 @@ # Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -# Boost Parameter Library test Jamfile +# Boost Parameter Library Python bindings test Jamfile +import testing ; import python ; -project boost/parameter - : default-build off - ; - -build-project literate ; - -test-suite "parameter" - : [ run basics.cpp ] - [ run sfinae.cpp ] - [ run macros.cpp ] - [ run earwicker.cpp ] - [ run tutorial.cpp ] - [ run singular.cpp ] - [ run mpl.cpp ] - [ run preprocessor.cpp ] - [ run preprocessor_deduced.cpp ] - [ run efficiency.cpp : : : : : release ] - [ run maybe.cpp ] - [ run deduced.cpp ] - [ run optional_deduced_sfinae.cpp ] - [ run deduced_dependent_predicate.cpp ] - [ run normalized_argument_types.cpp ] - [ compile ntp.cpp ] - [ compile unwrap_cv_reference.cpp ] - [ compile-fail duplicates.cpp ] - [ compile-fail deduced_unmatched_arg.cpp ] - [ compile compose.cpp ] - [ bpl-test python_test ] - ; - +bpl-test python_test ;