📄 jamfile
字号:
# Signals library
# Copyright (C) 2001-2003 Douglas Gregor
# Use, modification and distribution is subject to 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)
# For more information, see http://www.boost.org/
# Testing Jamfile autogenerated from XML source
subproject libs/signals/test ;
# bring in rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
# Make tests run by default.
DEPENDS all : test ;
{
# look in BOOST_ROOT for sources first, just in this Jamfile
local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
test-suite signals
:
[ run libs/signals/test/dead_slot_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
[ run libs/signals/test/deletion_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
[ run libs/signals/test/ordering_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
[ run libs/signals/test/signal_n_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
[ run libs/signals/test/signal_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
[ run libs/signals/test/trackable_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -