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