tools/test.py to support marking files a libuv-broken
authorRyan Dahl <ry@tinyclouds.org>
Wed, 24 Aug 2011 05:46:39 +0000 (22:46 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 24 Aug 2011 06:45:46 +0000 (23:45 -0700)
commit06428d853cdf96dca5c0dddbedecb303173d2394
tree72a0c0795936d33d8b6f5a3a6d9fea865a72624a
parent4e1d6fca8e6801292213be9a06914fe088df6e64
tools/test.py to support marking files a libuv-broken

Use

  export NODE_USE_UV=1
  python tools/test.py --libuv simple pummel

To run the equivalent of "make test-uv".
Makefile
tools/test.py