File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build_native:
99
1010clean_native :
1111$(MAKE ) -C ./external-libs/bson clean
12-
12+
1313test : build_native test_integration_pure test_integration_native
1414@$(NODE ) spec/spec.node.js
1515
@@ -19,4 +19,8 @@ test_integration_pure:
1919test_integration_native :
2020@$(NODE ) integration/integration_tests.js native $(name )
2121
22+ clean :
23+ rm ./external-libs/bson/bson.node
24+ rm -r ./external-libs/bson/build
25+
2226.PHONY : total
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ if [ $number = ` uname -o` = " Cygwin" ]
3+ then
4+ echo " Not building native library for cygwin"
5+ else
6+ echo " Not building native library for cygwin"
7+ make total
8+ fi
Original file line number Diff line number Diff line change 2020, "main" : " ./lib/mongodb/index"
2121, "directories" : { "lib" : " ./lib/mongodb" }
2222, "engines" : { "node" : " >=0.4.0" }
23- , "scripts" : { "install" : " make total " }
23+ , "scripts" : { "install" : " ./install.sh " }
2424, "licenses" : [ { "type" : " Apache License, Version 2.0"
2525 , "url" : " http://www.apache.org/licenses/LICENSE-2.0" } ]
2626}
You can’t perform that action at this time.
0 commit comments