loopback-datasource-juggler/Makefile

9 lines
187 B
Makefile
Raw Normal View History

2012-03-27 19:48:23 +00:00
doc:
makedoc lib/abstract-class.js lib/schema.js lib/validatable.js -t "JugglingDB API docs"
2011-11-05 10:54:52 +00:00
2011-11-05 11:04:53 +00:00
test:
2011-12-09 15:23:29 +00:00
@ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.*
2011-11-05 10:54:52 +00:00
2011-11-05 11:04:53 +00:00
.PHONY: test
2012-03-27 19:48:23 +00:00
.PHONY: doc