Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(v7.x-backport) build: enable cctest to use generated objects #12321

Closed
wants to merge 2 commits into from

Commits on Apr 12, 2017

  1. 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: nodejs#11956
    Ref: nodejs#9163
    Reviewed-By: James M Snell <jasnell@gmail.com>
    danbev authored and aqrln committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    dd039cb View commit details
    Browse the repository at this point in the history
  2. doc: c++ unit test guide lines

    PR-URL: nodejs#11956
    Ref: nodejs#9163
    Reviewed-By: James M Snell <jasnell@gmail.com>
    danbev authored and aqrln committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    2894692 View commit details
    Browse the repository at this point in the history