File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ node-command := xargs -n 1 -I file node file $(params)
1212all :
1313 npm install
1414
15+ build :
16+ node-gyp rebuild
17+
1518help :
1619 @echo " make prepare-test-db [connectionString=postgres://<your connection string>]"
1720 @echo " make test-all [connectionString=postgres://<your connection string>]"
1821
19- test : test-unit
22+ test : test-unit
2023
2124test-all : jshint test-unit test-integration test-native test-binary
2225
@@ -49,7 +52,7 @@ test-native: build/default/binding.node
4952 @find test/native -name " *-tests.js" | $(node-command )
5053 @find test/integration -name " *-tests.js" | $(node-command ) native
5154
52- test-integration : test-connection
55+ test-integration : test-connection build/default/binding.node
5356 @echo " ***Testing Pure Javascript***"
5457 @find test/integration -name " *-tests.js" | $(node-command )
5558
You can’t perform that action at this time.
0 commit comments