Skip to content

Commit e6c1fbd

Browse files
committed
napi: Add test common buildtype
1 parent 7c049ad commit e6c1fbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/common.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ exports.isFreeBSD = process.platform === 'freebsd';
2626

2727
exports.enoughTestMem = os.totalmem() > 0x20000000; /* 512MB */
2828

29+
exports.buildType = process.config.target_defaults.default_configuration;
30+
2931
function rimrafSync(p) {
3032
try {
3133
var st = fs.lstatSync(p);

0 commit comments

Comments
 (0)