jamfile

来自「VC源码,开源测试工具.有助于VC++的学习与开发」· 代码 · 共 46 行

TXT
46
字号
using testing ;SOURCE_DIR = selftest ;BUILD_DIR = bin ;project tut-framework     : source-location	  $(SOURCE_DIR)	: requirements 	  <include>. 	  <toolset>msvc:<define>TUT_USE_SEH	  <toolset>msvc-7.1:<asynch-exceptions>off	  <toolset>msvc-8.0:<asynch-exceptions>on	  <toolset>msvc-8.0express:<asynch-exceptions>on	  <threading>single 	: default-build	  release	: build-dir	  $(BUILD_DIR)	;SOURCES = main.cpp         runner.cpp         setup_ex.cpp         setup_new_copy.cpp         teardown_ex.cpp         callback.cpp         ensure.cpp         fail.cpp         ensure_equals.cpp         ensure_distance.cpp         runtime_exceptions.cpp         more_than_50.cpp         less_than_50.cpp         same_object_for_dummy.cpp         reporter.cpp         outside.cpp         ctor_ex.cpp          constructed_instances.cpp         bug_ensure_0_equals_0.cpp         set_test_name.cpp         ensure_not.cpp	;run $(SOURCES) : : : : selftest ;

⌨️ 快捷键说明

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