⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jamfile.v2

📁 C++的一个好库。。。现在很流行
💻 V2
字号:
# Boost.Iostreams Library test Jamfile

# (C) Copyright Jonathan Turkanis 2004
# Distributed under 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.)

# See http://www.boost.org/libs/iostreams for documentation.


rule test-iostreams ( sources * : requirements * ) {
    return [
            run
                $(sources)
                /boost/test//boost_unit_test_framework
            : # command
            : # input files
            : # build requirements
                <toolset>msvc,<stdlib>stlport:<runtime-link>static
                <toolset>cw-9.3,<os>darwin:<runtime-link>static
                <define>BOOST_IOSTREAMS_NO_LIB
                $(requirements)
        ] ;
}

    test-suite "iostreams"
        : [ test-iostreams array_test.cpp ]
          [ test-iostreams auto_close_test.cpp ]
          [ test-iostreams buffer_size_test.cpp ]
          [ test-iostreams 
                code_converter_test.cpp    
                ../src/file_descriptor.cpp    
                detail/utf8_codecvt_facet.cpp ]
                         
              #: # build requirements 
              #  std::locale-support ]   
          [ test-iostreams compose_test.cpp ]
          [ test-iostreams component_access_test.cpp ]
          [ test-iostreams copy_test.cpp ]
          [ test-iostreams counter_test.cpp ]
          [ test-iostreams direct_adapter_test.cpp ]
          [ test-iostreams example_test.cpp ]
          [ test-iostreams file_test.cpp ]
          [ test-iostreams 
                file_descriptor_test.cpp 
                ../src/file_descriptor.cpp ]
          [ test-iostreams filtering_stream_test.cpp ]
          #[ test-iostreams finite_state_filter_test.cpp ]
          [ test-iostreams flush_test.cpp ]
          [ test-iostreams invert_test.cpp ]
          [ test-iostreams line_filter_test.cpp ]
          [ test-iostreams 
                mapped_file_test.cpp 
                ../src/mapped_file.cpp ]
          [ test-iostreams newline_test.cpp ]
          [ test-iostreams null_test.cpp ]
          [ test-iostreams pipeline_test.cpp ]
          [ test-iostreams positioning_test.cpp ]
          [ test-iostreams 
                regex_filter_test.cpp     
                /boost/regex//boost_regex ]
          [ test-iostreams restrict_test.cpp ]
          [ test-iostreams seekable_file_test.cpp ]
          [ test-iostreams seekable_filter_test.cpp ]
          [ test-iostreams stdio_filter_test.cpp ]
          [ test-iostreams symmetric_filter_test.cpp ]
          [ test-iostreams tee_test.cpp ]
          [ test-iostreams wide_stream_test.cpp ]
          [ test-iostreams 
                bzip2_test.cpp ../build//boost_iostreams ]
          [ test-iostreams 
                gzip_test.cpp ../build//boost_iostreams ]
          [ test-iostreams 
                zlib_test.cpp ../build//boost_iostreams ]
    ;                  
    

⌨️ 快捷键说明

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