Add a few problematic constructs to test/Jamfile

This commit is contained in:
Peter Dimov
2019-01-11 05:44:08 +02:00
parent 0829d82ed1
commit 18774dff00

View File

@@ -1,12 +1,20 @@
# Copyright 2018 Peter Dimov
# 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 ;