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

📄 jamfile

📁 boost库提供标准的C++ API 配合dev c++使用,功能更加强大
💻
字号:
# Function 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/function/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 function
    : 
  [ run libs/function/test/function_test.cpp :  :  :  : lib_function_test ]

  [ run libs/function/test/function_n_test.cpp :  :  :  :  ]

  [ run libs/function/test/allocator_test.cpp :  :  :  :  ]

  [ run libs/function/test/stateless_test.cpp :  :  :  :  ]

  [ run libs/function/test/lambda_test.cpp :  :  :  :  ]

  [ compile-fail libs/function/test/function_test_fail1.cpp :  :  :  :  ]

  [ compile-fail libs/function/test/function_test_fail2.cpp :  :  :  :  ]

  [ compile libs/function/test/function_30.cpp :  :  :  :  ] 

  [ run libs/function/test/function_arith_cxx98.cpp :  :  :  :  ]

  [ run libs/function/test/function_arith_portable.cpp :  :  :  :  ]

  [ run libs/function/test/sum_avg_cxx98.cpp :  :  :  :  ]

  [ run libs/function/test/sum_avg_portable.cpp :  :  :  :  ]

  [ run libs/function/test/mem_fun_cxx98.cpp :  :  :  :  ]

  [ run libs/function/test/mem_fun_portable.cpp :  :  :  :  ]

  [ run libs/function/test/std_bind_cxx98.cpp :  :  :  :  ]

  [ run libs/function/test/std_bind_portable.cpp :  :  :  :  ]

  [ run libs/function/test/function_ref_cxx98.cpp :  :  :  :  ]

  [ run libs/function/test/function_ref_portable.cpp :  :  :  :  ]
 ;
}
      

⌨️ 快捷键说明

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