loopback-datasource-juggler/Makefile

6 lines
75 B
Makefile
Raw Normal View History

2011-11-05 10:54:52 +00:00
2011-11-05 11:04:53 +00:00
test:
2011-11-05 10:54:52 +00:00
@./support/nodeunit/bin/nodeunit test/common_test.js
2011-11-05 11:04:53 +00:00
.PHONY: test