build/test
2019-06-03 22:02:40 -05:00
..
boostbook Renamed differently named Jamroot and Jamfile files throughout Boost Build's test suite to jamroot.jam & jamfile.jam. Stylistic changes throughout the whole Boost Build test suite. 2008-08-31 21:42:27 +00:00
core-language Fixed the tests for Windows when 'echo' is involved. 2017-05-08 13:12:27 -04:00
prebuilt Fix newly broken prebuilt test for msvc. 2019-03-24 22:07:42 -05:00
project-test3 Implement feature relevance. 2018-01-13 09:13:49 -07:00
project-test4 Implement feature relevance. 2018-01-13 09:13:49 -07:00
qt4 Ignore bin directory created by running the tests 2016-02-11 16:02:57 +01:00
qt5 Add support for more Qt libraries 2016-02-28 17:09:32 +01:00
railsys Renamed differently named Jamroot and Jamfile files throughout Boost Build's test suite to jamroot.jam & jamfile.jam. Stylistic changes throughout the whole Boost Build test suite. 2008-08-31 21:42:27 +00:00
rootless Rootless specific tests. 2018-10-18 22:51:13 -05:00
startup Add copyrights+license (with help of a shell script). 2006-11-06 01:44:13 +00:00
test2 Fix the two example tests. 2011-12-07 17:45:52 +00:00
toolset-mock Merge remote-tracking branch 'origin/develop' into feature/cxx 2019-04-01 21:04:59 -05:00
abs_workdir.py Cleaned up the 'unused' abs_workdir.py internal Boost Build test a bit. Added related embedded TODO comments. 2012-08-07 12:22:24 +00:00
absolute_sources.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
alias.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
alternatives.py Make target requirements handle subfeatures and composites correctly 2018-01-06 14:24:54 -07:00
always.py Fix test for msvc. 2019-04-01 13:55:07 -06:00
bad_dirname.py Renamed differently named Jamroot and Jamfile files throughout Boost Build's test suite to jamroot.jam & jamfile.jam. Stylistic changes throughout the whole Boost Build test suite. 2008-08-31 21:42:27 +00:00
boost-build.jam adjust paths to modular layout 2014-06-13 19:19:38 +02:00
boostbook.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
BoostBuild.py Fix unit tests to account for -j default. 2019-06-03 22:02:40 -05:00
build_dir.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
build_file.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
build_hooks.py It shouldn't be necessary to import build-hooks into the global module. 2018-01-17 15:25:28 -07:00
build_no.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
builtin_echo.py Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4. 2012-07-12 12:55:25 +00:00
builtin_exit.py Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4. 2012-07-12 12:55:25 +00:00
builtin_glob_archive.py Fix bga.py for py3. 2019-03-31 15:58:20 -05:00
builtin_glob.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
builtin_readlink.py Initial supprort for creating symlinks in the git layout. 2013-05-27 00:02:43 +00:00
builtin_split_by_characters.py Updated Boost Build's internal testing system to allow for more detailed output and file content line testing - can now test for multiple lines in sequence, with or without having other lines in between. 2012-07-23 18:10:36 +00:00
bzip2.py Make sure that source files end with a newline. 2016-03-01 12:48:38 -07:00
c_file.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
chain.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
clean.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
cli_property_expansion.py Expand command line properties as late as possible 2015-10-13 02:59:20 -04:00
collect_debug_info.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
command_line_properties.py build: misc.typos (#341) 2018-09-26 09:54:06 -07:00
composite.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
conditionals2.py Renamed differently named Jamroot and Jamfile files throughout Boost Build's test suite to jamroot.jam & jamfile.jam. Stylistic changes throughout the whole Boost Build test suite. 2008-08-31 21:42:27 +00:00
conditionals3.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
conditionals_multiple.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
conditionals.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
configuration.py build: misc.typos (#341) 2018-09-26 09:54:06 -07:00
configure.py Adjust the properties passed to check-target-builds correctly. Also some translation fixes for indirect conditionals in general. Fixes #419. 2019-03-30 14:20:44 -06:00
copy_time.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
core_action_output.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
core_action_status.py Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4. 2012-07-12 12:55:25 +00:00
core_actions_quietly.py Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4. 2012-07-12 12:55:25 +00:00
core_arguments.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
core_at_file.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
core_bindrule.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
core_d12.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
core_delete_module.py Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4. 2012-07-12 12:55:25 +00:00
core_dependencies.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
core_fail_expected.py Fix link-fail on Windows, Take 2. FAIL_EXPECTED now works correctly for targets that have multiple updating actions. Fixes #259. 2017-12-12 09:59:21 -07:00
core_import_module.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
core_jamshell.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
core_language.py Whitespace cleanup. 2015-09-17 10:24:07 +03:00
core_modifiers.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
core_multifile_actions.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
core_nt_cmd_line.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
core_option_d2.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
core_option_l.py Updated Boost Build's internal testing system to allow for more detailed output and file content line testing - can now test for multiple lines in sequence, with or without having other lines in between. 2012-07-23 18:10:36 +00:00
core_option_n.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
core_parallel_actions.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
core_parallel_multifile_actions_1.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
core_parallel_multifile_actions_2.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
core_scanner.py #||# comments should not swallow to the end of the line. 2018-02-15 11:04:16 -07:00
core_source_line_tracking.py Updated Boost Build's internal testing system to allow for more detailed output and file content line testing - can now test for multiple lines in sequence, with or without having other lines in between. 2012-07-23 18:10:36 +00:00
core_typecheck.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
core_update_now.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
core_variables_in_actions.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
core_varnames.py Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4. 2012-07-12 12:55:25 +00:00
custom_generator.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
debugger-mi.py Tests for MI. 2017-03-30 13:24:09 -06:00
debugger.py Minimal changes to compile with C++. 2018-10-20 17:36:10 -05:00
default_build.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
default_features.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
default_toolset.py Updated Boost Build's internal testing system to allow for more detailed output and file content line testing - can now test for multiple lines in sequence, with or without having other lines in between. 2012-07-23 18:10:36 +00:00
dependency_property.py Only consider features that are directly relevant when merging virtual targets. 2018-01-15 15:37:33 -07:00
dependency_test.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
disambiguation.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
dll_path.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
double_loading.py Updated Boost Build's internal testing system to allow for more detailed output and file content line testing - can now test for multiple lines in sequence, with or without having other lines in between. 2012-07-23 18:10:36 +00:00
duplicate.py Renamed differently named Jamroot and Jamfile files throughout Boost Build's test suite to jamroot.jam & jamfile.jam. Stylistic changes throughout the whole Boost Build test suite. 2008-08-31 21:42:27 +00:00
example_customization.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
example_gettext.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
example_libraries.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
example_make.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
example_qt4.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
exit_status.py Fix detection of exit status. We use close on pipe to get return status 2010-06-09 07:09:29 +00:00
expansion.py Expand subfeatures in target references. Fixes #380. 2019-01-03 10:17:41 -07:00
explicit.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
feature_cxxflags.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
feature_implicit_dependency.py Fix implicit-dependency when a single main target produces multiple types that are usable as implicit-dependencies by different actions. 2018-01-17 14:36:16 -07:00
feature_relevant.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
feature_suppress_import_lib.py Don't write the import library to the PDB when <suppress-import-lib>true is present. 2018-01-22 19:05:44 -07:00
file_types.py Avoid another conflict with python. Closes #284. 2018-01-16 13:59:52 -07:00
flags.py Make test output sufficient to debug failures. 2018-01-22 15:17:44 -07:00
gcc_runtime.py Another instance of target-os causing path mismatch failure. 2018-11-12 21:04:42 -06:00
generator_selection.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
generators_test.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
implicit_dependency.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
indirect_conditional.py Adjust the properties passed to check-target-builds correctly. Also some translation fixes for indirect conditionals in general. Fixes #419. 2019-03-30 14:20:44 -06:00
inherit_toolset.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
inherited_dependency.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
inline.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
Jamfile.jam Add a Jamfile in the test directory which runs test_all.py. Refs #268. 2018-01-09 07:49:59 -07:00
lib_source_property.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
lib_zlib.py Use os.environ instead of modules.peek to handle paths with spaces. 2018-01-16 17:51:12 -07:00
libjpeg.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
liblzma.py Add test for lzma.jam. 2018-01-15 20:24:57 +01:00
libpng.py libpng mock test. 2013-05-25 15:54:54 +00:00
library_chain.py MinGW passes all tests. 2019-04-02 00:09:54 -05:00
library_order.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
library_property.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
libtiff.py some test modules for libjpeg and libtiff. 2013-06-07 00:23:18 +00:00
libzstd.py Add zstd.jam file. 2018-01-15 20:10:05 +01:00
link.py Make the caching of symlink/hardlink/junction detection more consistent. 2017-12-12 12:18:52 -07:00
load_dir.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
load_order.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
loop.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
make_rule.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
message.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
MockToolset.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
module_actions.py Boost Build's internal module_actions.py test updated to pass when run with the --verbose option by allowing extra output lines between those expected by the test itself. 2012-08-20 11:34:27 +00:00
ndebug.py Tests that use the compiler need user-config.jam or they will fail if the toolset requires non-default initialization. 2013-03-28 00:16:19 +00:00
no_type.py Boost Build cleanup - minor stylistic internal Boost Build test script & testing system changes. 2012-07-12 12:22:14 +00:00
notfile.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
ordered_include.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
ordered_properties.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
out_of_tree.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
package.py Relative paths for --prefix, --libdir, etc. are now bound relative to the current working directory, instead of being relative to the Jamfile. 2019-03-09 14:00:21 -07:00
param.py Fix named parameters when some trailing parameters are blank. 2018-02-07 10:17:50 -07:00
path_features.py Rework handling of indirect conditionals. 2018-01-06 16:01:36 -07:00
pch.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
prebuilt.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
preprocessor.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
print.py Whitespace cleanup. 2015-09-17 10:24:07 +03:00
project_dependencies.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
project_glob.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
project_id.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
project_root_constants.py Internal Boost Build project_root_constants.py test cleanup - minor stylistic changes + better implemented output content tests to display more detailed information on failure. 2012-08-04 22:13:35 +00:00
project_root_rule.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
project_test3.py Adjust project test to account for rooted jamfile. 2018-10-18 08:35:01 -05:00
project_test4.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
property_expansion.py Tests that use the compiler need user-config.jam or they will fail if the toolset requires non-default initialization. 2013-03-28 00:16:19 +00:00
qt4.py Whitespace cleanup. 2015-09-17 10:24:07 +03:00
qt5.py Whitespace cleanup. 2015-09-17 10:24:07 +03:00
railsys.py Renamed differently named Jamroot and Jamfile files throughout Boost Build's test suite to jamroot.jam & jamfile.jam. Stylistic changes throughout the whole Boost Build test suite. 2008-08-31 21:42:27 +00:00
readme.txt Fix typos. 2007-12-25 09:25:25 +00:00
rebuilds.py Don't pass -d0, except for the tests that actually require it. Suppress global -d arguments for tests that check stdout or set -d explicitly. All tests now pass in verbose mode. 2017-12-26 13:25:40 -07:00
relative_sources.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
remove_requirement.py Account for target-os in build path. 2018-11-12 18:48:19 -06:00
rescan_header.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
resolution.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
results-python.txt Add Python port test results. 2014-01-15 22:49:26 +04:00
rootless.py Rootless specific tests. 2018-10-18 22:51:13 -05:00
scanner_causing_rebuilds.py Fix scanner_causing_rebuilds test 2016-10-27 20:22:04 -05:00
searched_lib.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
skipping.py Tests that use the compiler need user-config.jam or they will fail if the toolset requires non-default initialization. 2013-03-28 00:16:19 +00:00
sort_rule.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
source_locations.py Tests that use the compiler need user-config.jam or they will fail if the toolset requires non-default initialization. 2013-03-28 00:16:19 +00:00
source_order.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
space_in_path.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
stage.py Tests that use the compiler need user-config.jam or they will fail if the toolset requires non-default initialization. 2013-03-28 00:16:19 +00:00
standalone.py Tests that use the compiler need user-config.jam or they will fail if the toolset requires non-default initialization. 2013-03-28 00:16:19 +00:00
startup_v2.py Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4. 2012-07-12 12:55:25 +00:00
static_and_shared_library.py MinGW passes all tests. 2019-04-02 00:09:54 -05:00
suffix.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
symlink.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
tag.py Implement feature relevance. 2018-01-13 09:13:49 -07:00
template.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
test1.py Whitespace cleanup. 2015-09-17 10:24:07 +03:00
test2.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
test_all.py MinGW passes all tests. 2019-04-02 00:09:54 -05:00
test_rc.py Upgrade the scanner to handle whitespace more intelligently 2018-01-31 14:08:36 -07:00
test_system.html build: misc.typos (#341) 2018-09-26 09:54:06 -07:00
test-config-example.jam Correct example test-config.jam 2007-10-01 06:04:17 +00:00
test.jam Grep for modules with a __test__ rule. 2011-12-07 17:33:49 +00:00
TestCmd.py Decode bytes output we can get from commands. 2019-03-31 18:24:27 -05:00
testing.py Mark all targets produced by the same action as FAIL_EXPECTED. The engine gets really confused for link-fail with msvc/debug otherwise. 2018-01-16 08:08:01 -07:00
TestToolset.py Propagate the python executable for the mock toolset tests. 2019-04-01 14:20:53 -06:00
timedata.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
toolset_clang_darwin.py Don't duplicate linker flags for clang. 2018-01-31 12:42:04 -07:00
toolset_clang_linux.py Tests for clang-linux. 2017-12-29 12:32:58 -07:00
toolset_clang_vxworks.py Don't duplicate linker flags for clang. 2018-01-31 12:42:04 -07:00
toolset_darwin.py Clean up test names. 2017-12-30 10:53:03 -07:00
toolset_defaults.py Add a rule toolset.add-defaults similar to toolset.add-requirements. 2018-01-26 15:59:46 -07:00
toolset_gcc.py Rewrite gcc to use toolset.flags again. 2018-01-01 12:51:43 -07:00
toolset_intel_darwin.py Tests for intel-darwin. 2017-12-28 15:40:00 -07:00
toolset_requirements.py Fix broken toolset.add-requirements. 2014-03-06 08:14:17 -08:00
tree.py Port b2 tests to dual py2 and py3. 2019-03-31 15:37:03 -05:00
unit_test.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
unit_tests.py Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4. 2012-07-12 12:55:25 +00:00
unused.py Support for asciidoctor tool to process asciidoc documents. 2017-10-19 08:24:22 -05:00
use_requirements.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
using.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
wrapper.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00
wrong_project.py Fix tests to pass on Windows after removing toolset requirements ignore. 2017-07-02 23:28:48 -05:00

# Copyright 2002 Dave Abrahams
# 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)

  See test_system.html for detailed information on using the Boost Build test
system.