makefile a bit more 'makey'
This commit is contained in:
parent
3399352383
commit
e03516a182
4
Makefile
4
Makefile
@ -20,7 +20,7 @@ test-all: test-unit test-integration
|
||||
bench:
|
||||
@find benchmark -name "*-bench.js" | $(node-command)
|
||||
|
||||
build:
|
||||
build/default/binding.node: src/binding.cc
|
||||
@node-waf configure build
|
||||
|
||||
test-unit:
|
||||
@ -29,7 +29,7 @@ test-unit:
|
||||
test-connection:
|
||||
@node script/test-connection.js $(params)
|
||||
|
||||
test-native: build
|
||||
test-native: build/default/binding.node
|
||||
@find test/native -name "*-tests.js" | $(node-command)
|
||||
|
||||
test-integration: test-connection
|
||||
|
Loading…
Reference in New Issue
Block a user