Hi, This patch adds the ability to specify one or more tests to run on Windows. The --test option takes the name of the test executable.
e.g. win-tests.py --release --test=basic_tests.py -t client-test.exe
Regards
Chris
[[[
Make it easy to (re)run specific tests on windows by adding a --test/-t
option.
* win-tests.py
(_usage_exit): Add the --test/-t option to the help text.
(tests_to_run): New. List of tests to be run by the TestHarness.
]]]

