11cb0ef41Sopenharmony_civar common = module.exports; 21cb0ef41Sopenharmony_civar path = require('path'); 31cb0ef41Sopenharmony_ci 41cb0ef41Sopenharmony_civar rootDir = path.join(__dirname, '..'); 51cb0ef41Sopenharmony_cicommon.dir = { 61cb0ef41Sopenharmony_ci lib: rootDir + '/lib' 71cb0ef41Sopenharmony_ci}; 81cb0ef41Sopenharmony_ci 91cb0ef41Sopenharmony_cicommon.assert = require('assert'); 101cb0ef41Sopenharmony_cicommon.fake = require('fake');