action_status.jam

来自「Boost provides free peer-reviewed portab」· JAM 代码 · 共 30 行

JAM
30
字号
#~ Copyright 2007 Rene Rivera.#~ 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)if ! $(BJAM_SUBTEST){    ECHO --- Testing \"actions status results\"... ;    assert "" 0 : (==) : [ SHELL "$(ARGV[1]) -f action_status.jam -sBJAM_SUBTEST=1" : exit-status : no-output ] ;    if $(NT)    {        assert "" 0 : (==) : [ SHELL "$(ARGV[1]) -f action_status.jam -sBJAM_SUBTEST=1 \"-sACTION=;\"" : exit-status : no-output ] ;    }    assert "" 0 : (!=) : [ SHELL "$(ARGV[1]) -f action_status.jam -sBJAM_SUBTEST=1 -sACTION=invalid" : exit-status : no-output ] ;}else{    #~ actions .a. { $(ACTION) }    actions quietly .a. { $(ACTION) }        rule .a.    {        DEPENDS $(<) : $(>) ;    }        NOTFILE subtest ;    .a. subtest_a : subtest ;    DEPENDS all : subtest_a ;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?