1# Copyright 2018, 2019 Peter Dimov 2# Distributed under the Boost Software License, Version 1.0. 3# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt 4 5import testing ; 6 7project 8 : default-build <warnings-as-errors>on 9 ; 10 11compile compile.cpp ; 12compile-fail compile_fail.cpp ; 13link link.cpp ; 14link-fail link_fail.cpp ; 15run run.cpp ; 16run-fail run_fail.cpp ; 17 18run 19 arguments.cpp : 20 pumpkin ; 21