Commit Graph

17 Commits

Author SHA1 Message Date
brianc
913207575b use node-gyp - closes #132 2012-06-18 22:43:30 -05:00
brianc
dd84db367b reduce complexity of test runner 2012-05-30 22:12:14 -05:00
Alexander Sulfrian
6b032c466b added test-binary target
integration tests could now be started in binary mode
some tests are executed in text mode anyway, they are currently not
compatible with binary mode or prepared statements at all
(f.e. multiple statements in one query)
2011-11-22 05:01:00 +01:00
brianc
cabca209c7 named queries working & all tests passing 2011-03-06 22:27:35 -06:00
brianc
dc964a66c1 updated makefile 2011-03-05 11:31:59 -06:00
brianc
4b722264b1 makefile test-all command now tests native & pure js 2011-03-05 11:23:42 -06:00
brianc
e03516a182 makefile a bit more 'makey' 2011-03-05 15:51:47 +00:00
brianc
f5f5a40abd makefile passes native parameter to tests 2011-03-02 18:23:30 -06:00
Brian Carlson
569f760b5e updated test & makefile to be more in line with other uses 2011-02-23 20:19:27 -06:00
brianc
7f6a5082b2 added ugly 'build' task to makefile 2011-02-22 22:51:30 -06:00
brianc
edea8967d2 stage up the ability to run libpg based client integration tests 2011-02-22 22:48:51 -06:00
brianc
62de2f4a02 added 'bench' task to makefile 2010-12-30 21:26:23 -06:00
brianc
4aa4443505 Makefile cleanup 2010-12-24 20:22:15 -06:00
brianc
1ad45f71e7 slight makefile refactoring 2010-12-24 20:09:55 -06:00
brianc
7dc89cec04 made integration tests die faster when they cannot connect to the database 2010-12-19 15:12:51 -06:00
brianc
49f5da8f02 make the test name printing an option via the "verbose" command line argument 2010-12-19 14:46:43 -06:00
Brian Carlson
af997d914b refactored test execution to use makefile
integration tests all running in the same process were stepping on eachother. each test file is now run within its own node process
2010-12-14 18:50:18 -06:00