got building with new file structure

This commit is contained in:
brianc 2011-02-20 16:41:32 -06:00
parent 643164d2f0
commit 55041fffc7
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
var binding = require(__dirname + '/../build/default/binding');
module.exports = binding.Connection;
module.exports = binding;

View File

@ -28,4 +28,4 @@ def build(bld):
obj.uselib = "PG"
def test(test):
Utils.exec_command("node test/integration/binding-spike.js")
Utils.exec_command("node test/libpq/binding-spike.js")