Descriptionwith this change, you can build and run tests like this from the Windows command prompt:
> make clean
> make tests
> out\Debug\tests
highlighted changes:
- update gyp to 940 and use new msvs_abspath_output flag to work around path error in gyp
- set msvs_version as a flag rather than setting the developer’s GYP_MSVS_VERSION environment variable
- copy built binaries into out\$BUILDTYPE (e.g. out\Debug)
- report error if run under Cygwin (we may support Cygwin at some point, but we don’t yet)
Patch Set 1 #
MessagesTotal messages: 3
|