makefile a bit more 'makey'

This commit is contained in:
brianc 2011-03-05 15:51:47 +00:00
parent 3399352383
commit e03516a182

View File

@ -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