Make the package more external test runner friendly
This commit is contained in:
parent
3c45927acd
commit
99e625968a
4
Makefile
4
Makefile
@ -2,6 +2,6 @@
|
|||||||
# Run all tests
|
# Run all tests
|
||||||
#
|
#
|
||||||
test:
|
test:
|
||||||
@@vows tests/* --spec
|
@@node_modules/.bin/vows tests/* --spec
|
||||||
|
|
||||||
.PHONY: test install
|
.PHONY: test install
|
||||||
|
@ -8,4 +8,7 @@
|
|||||||
, "devDependencies": {
|
, "devDependencies": {
|
||||||
"vows": "0.5.x"
|
"vows": "0.5.x"
|
||||||
}
|
}
|
||||||
|
, "scripts": {
|
||||||
|
"test": "make test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user