mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Make inspect target explicit
This commit is contained in:
parent
2e2a6525ba
commit
f18da714f2
2 changed files with 8 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2015 Mathieu Champlon
|
# Copyright (C) 2015 Mathieu Champlon
|
||||||
|
# Copyright (C) 2025 Alexander Grund
|
||||||
#
|
#
|
||||||
# Distributed under the Boost Software License, Version 1.0.
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
@ -18,3 +19,6 @@ scripts/build_doc.sh "$@"
|
||||||
|
|
||||||
cd "$BOOST_ROOT"
|
cd "$BOOST_ROOT"
|
||||||
./b2 "$PROJECT_DIR/doc//mock_examples" -q "$@"
|
./b2 "$PROJECT_DIR/doc//mock_examples" -q "$@"
|
||||||
|
|
||||||
|
cd "$BOOST_ROOT"
|
||||||
|
./b2 "$PROJECT_DIR/test//inspect" -q "$@"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
# Copyright Mathieu Champlon 2012
|
# Copyright 2012 Mathieu Champlon
|
||||||
|
# Copyright 2025 Alexander Grund
|
||||||
#
|
#
|
||||||
# Distributed under the Boost Software License version 1.0. (See
|
# Distributed under the Boost Software License version 1.0. (See
|
||||||
# accompanying file LICENSE_1_0.txt or copy at
|
# accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
|
@ -15,11 +16,8 @@ project
|
||||||
|
|
||||||
path-constant parent : .. ;
|
path-constant parent : .. ;
|
||||||
|
|
||||||
alias mock_inspect :
|
run /boost/tools/inspect//inspect/<variant>release : $(parent) -text -brief : : <test-info>always_show_run_output : inspect ;
|
||||||
[ run /boost/tools/inspect//inspect/<variant>release
|
explicit inspect ;
|
||||||
: $(parent) -text -brief : : : inspect
|
|
||||||
]
|
|
||||||
;
|
|
||||||
|
|
||||||
rule run-test ( name )
|
rule run-test ( name )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue