summaryrefslogtreecommitdiff
path: root/test/addons/hello-world
Commit message (Expand)AuthorAgeFilesLines
* src: add context-aware init macro and docGabriel Schulhof2018-07-031-7/+6
* src: cover extra load-via-special-symbol scenarioGabriel Schulhof2018-04-231-0/+17
* test: verify multiple init via well-known symbolGabriel Schulhof2018-04-081-1/+8
* src: make process.dlopen() load well-known symbolBen Noordhuis2018-03-011-3/+7
* test,doc: make module name match gyp target nameGabriel Schulhof2017-09-101-1/+1
* test: remove unneeded HandleScope usageEzequiel Garcia2017-06-281-1/+0
* addons: remove semicolons from after module definitionGabriel Schulhof2017-05-151-1/+1
* test: use const for all require() callscjihrig2017-01-021-1/+1
* test: replace assert.equal with assert.strictEqualbrad-decker2016-12-011-1/+1
* test: rename target to exports for consistencyDaniel Bevenius2016-10-191-2/+2
* test: enable addons test to pass with debug buildDaniel Bevenius2016-10-061-2/+2
* test: build addons with V8_DEPRECATION_WARNINGS=1Ben Noordhuis2016-05-101-0/+1
* test: load common.js in all testsRich Trott2015-10-061-0/+1
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-1/+1
* test: drop Isolate::GetCurrent() from addon testsBen Noordhuis2015-08-181-1/+1
* test: lint addon testsBen Noordhuis2015-08-181-7/+5
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* addons: build and test examplesFedor Indutny2014-01-221-3/+4
* test: Fix path to require hello-world moduleShigeki Ohtsu2012-03-141-1/+1
* Use NODE_MODULE in the hello-world addon example.Nathan Rajlich2012-02-271-4/+2
* Support addons with gypRyan Dahl2011-12-203-0/+29