Make inspect target explicit

This commit is contained in:
Alexander Grund 2025-04-30 09:27:07 +02:00
parent 2e2a6525ba
commit f18da714f2
2 changed files with 8 additions and 6 deletions

View file

@ -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
# accompanying file LICENSE_1_0.txt or copy at
@ -15,11 +16,8 @@ project
path-constant parent : .. ;
alias mock_inspect :
[ run /boost/tools/inspect//inspect/<variant>release
: $(parent) -text -brief : : : inspect
]
;
run /boost/tools/inspect//inspect/<variant>release : $(parent) -text -brief : : <test-info>always_show_run_output : inspect ;
explicit inspect ;
rule run-test ( name )
{