0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools/gyp
Daniel Bevenius 6a09a69ec9 build: enable cctest to use generated objects
This commit tries to make it simpler to add unit tests (cctest) for
code that needs to test node core funtionality but that might not be
appropriate as an addon or a JavaScript test. An example of this could
be adding functionality targeted for situations when Node itself is
embedded.

Currently it was not as easy, or efficient, as one would have hoped to
add such tests. The object output directories vary for different
operating systems which we need to link to so that we don't have an
additional compilation step.

PR-URL: https://github.com/nodejs/node/pull/11956
Ref: https://github.com/nodejs/node/pull/9163
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-03-24 08:28:43 -07:00
..
buildbot tools: update gyp to 25ed9ac 2015-06-30 13:38:26 +02:00
data/win tools: update gyp to r1601 2013-03-24 15:03:09 +01:00
pylib/gyp build: enable cctest to use generated objects 2017-03-24 08:28:43 -07:00
samples Upgrade GYP to r995 2011-08-15 13:49:15 -07:00
tools deps: update gyp to e1c8fcf7 2015-04-04 11:01:26 +09:00
.gitignore Upgrade GYP to r1010 2011-08-22 17:09:57 -07:00
AUTHORS deps: backport GYP fix to fix AIX shared suffix 2016-11-22 14:20:07 -05:00
codereview.settings deps: update gyp to e1c8fcf7 2015-04-04 11:01:26 +09:00
DEPS gyp: update to bebdcea 2013-11-10 15:15:34 -08:00
gyp deps: update gyp to e1c8fcf7 2015-04-04 11:01:26 +09:00
gyp_main.py tools: update gyp to b3cef02 2015-10-30 12:23:57 +01:00
gyp.bat gyp: update to bebdcea 2013-11-10 15:15:34 -08:00
gyptest.py deps: update gyp to e1c8fcf7 2015-04-04 11:01:26 +09:00
LICENSE Bring gyp into the tools directory; handwritten makefile 2011-08-06 03:12:08 -07:00
OWNERS Upgrade GYP to r995 2011-08-15 13:49:15 -07:00
PRESUBMIT.py deps: backport GYP fix to fix AIX shared suffix 2016-11-22 14:20:07 -05:00
setup.py gyp: update to bebdcea 2013-11-10 15:15:34 -08:00