Skip to content

Commit

Permalink
test/Jamfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Sep 7, 2024
1 parent 1e28266 commit 456556e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/Jamfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Boost.OpenMethod Library Test Jamfile
#
# Copyright 2015-2019 Peter Dimov
#
# 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 ;
import ../../config/checks/config : requires ;

project
: requirements

[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]

<warnings>extra

<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on
;

# list
run blackbox.cpp ;

# quick (for CI)
alias quick : blackbox ;
explicit quick ;

0 comments on commit 456556e

Please sign in to comment.