summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/cmake/test/boost_test/Jamfile
blob: 7ef0c4516e08337729c1738818c740de048c59d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2018, 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 ;

project
  : default-build <warnings-as-errors>on
  ;

compile compile.cpp ;
compile-fail compile_fail.cpp ;
link link.cpp ;
link-fail link_fail.cpp ;
run run.cpp ;
run-fail run_fail.cpp ;

run
  arguments.cpp :
  pumpkin ;