aboutsummaryrefslogtreecommitdiff
path: root/test/common.js
diff options
context:
space:
mode:
authorarlolra <arlolra@gmail.com>2010-02-26 15:06:32 -0500
committerRyan Dahl <ry@tinyclouds.org>2010-02-26 12:20:10 -0800
commit724ccf10df8c77010600e8e1a11066faef50eb28 (patch)
treee259ddfe44588578ed7698dc85fac012b13f7672 /test/common.js
parentb2995829e1acce8379005f81fabea4ff2d3327f2 (diff)
downloadandroid-node-v8-724ccf10df8c77010600e8e1a11066faef50eb28.tar.gz
android-node-v8-724ccf10df8c77010600e8e1a11066faef50eb28.tar.bz2
android-node-v8-724ccf10df8c77010600e8e1a11066faef50eb28.zip
Tests on common port.
Diffstat (limited to 'test/common.js')
-rw-r--r--test/common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common.js b/test/common.js
index 2b97a33d1e..6f7a4e1c77 100644
--- a/test/common.js
+++ b/test/common.js
@@ -3,6 +3,7 @@ var path = require("path");
exports.testDir = path.dirname(__filename);
exports.fixturesDir = path.join(exports.testDir, "fixtures");
exports.libDir = path.join(exports.testDir, "../lib");
+exports.PORT = 12346;
require.paths.unshift(exports.libDir);