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

build: enable cctest to use generated objects #11956

Closed
wants to merge 2 commits into from

Commits on Mar 21, 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.
    
    Refs: nodejs#9163
    danbev committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    f5a9b16 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. doc: c++ unit test guide lines

    danbev committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    2d9967c View commit details
    Browse the repository at this point in the history