jscript: Added possibility to run test scripts from file.
authorJacek Caban <jacek@codeweavers.com>
Thu, 2 Oct 2008 14:24:02 +0000 (16:24 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Oct 2008 11:05:27 +0000 (13:05 +0200)
commit68525652a15bcc332f1d48571bdb0f2da86bce47
tree21f79e6e24aa9bd698dac434fa26fcad5941a22a
parent31b3071552b92fcd03988ee97764eb6249b80f57
jscript: Added possibility to run test scripts from file.

With this patch it's possible to test scripts by running
wine jscript_test.exe.so run <file_name>
Although it's not what Wine tests are for, it proved to be very useful
for me.
dlls/jscript/tests/run.c