waf/waflib
fedepell e8942d7f22 waf_unit_test: add new option --dump-test-runner that creates python scripts to manually run or debug test executions
this can be very useful when debugging unit test problems as when run outside waf then the LD_LIBRARY_PATH (or PYTHONPATH if used with pytest extra) is set dynamically by waf and therefore running the executable manually or via gdb is not immediate
all the environment will be dumped in python script that can then be executed to run manually tests.
2016-11-18 23:40:59 +01:00
..
Tools waf_unit_test: add new option --dump-test-runner that creates python scripts to manually run or debug test executions 2016-11-18 23:40:59 +01:00
extras missing import 2016-11-14 22:20:57 +01:00
Build.py Do not change permissions on symlinks because this is not used anywhere 2016-10-09 21:41:31 +02:00
ConfigSet.py docstring for #1851 2016-11-14 22:13:26 +01:00
Configure.py Set the configuration test build class on conf.run_build_cls 2016-09-10 12:12:46 +02:00
Context.py waf-1.9.5 2016-10-09 16:28:59 +02:00
Errors.py Api docs 2016-06-25 14:49:27 +02:00
Logs.py Api docs 2016-06-25 12:50:04 +02:00
Node.py Api docs 2016-06-25 14:49:27 +02:00
Options.py Api docs 2016-06-25 14:49:27 +02:00
Runner.py Minimize the amount of tasks displayed during the build #1828 2016-10-08 12:53:16 +02:00
Scripting.py Enable 'waf dist' in arbitrary paths 2016-08-24 18:07:24 +02:00
Task.py Enable waf --zones=argfile to display @argfile contents 2016-10-03 14:08:42 +02:00
TaskGen.py Better error message on method cycle detection 2016-11-05 11:56:08 +01:00
Utils.py Add install_user and install_group to bld.install/bld.install_as/bld.symlink_as 2016-10-08 22:35:05 +02:00
__init__.py Api docs 2016-06-25 14:49:27 +02:00
ansiterm.py docs 2015-12-25 17:54:07 +01:00
fixpy2.py Simplifications for #1823 2016-10-03 13:02:51 +02:00
processor.py Python 3.3 fix 2016-09-03 22:24:29 +02:00