build: improve vcbuild.bat
authorBert Belder <bertbelder@gmail.com>
Sat, 28 Feb 2015 01:42:49 +0000 (02:42 +0100)
committerRod Vagg <rod@vagg.org>
Sat, 28 Feb 2015 04:48:56 +0000 (22:48 -0600)
commit25da0742eea868e1a106a1a0dcb9e133365ffce2
tree4eb664b62ce5647074d7c695194d5861c7d203f1
parentb8310cbd3e2d21f395ce42bb313e85e0e85eaffe
build: improve vcbuild.bat

* Support running multiple test suites (e.g. vcbuild test-simple test-gc).
* Removed a nonexisting test suite (test-uv).
* Removed superfluous extra layer of argument parsing.
* Fix the node-weak build.

R=@rvagg

PR-URL: https://github.com/iojs/io.js/pull/998
Reviewed-By: Rod Vagg <rod@vagg.org>
vcbuild.bat