mirror of
https://github.com/boostorg/mincmake.git
synced 2026-01-19 16:32:10 +00:00
Add a few problematic constructs to test/Jamfile
This commit is contained in:
10
test/Jamfile
10
test/Jamfile
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user