google-admin-sdk
Version:
node.js library that wraps the Directory and Groups APIs in the Google Admin SDK
14 lines (8 loc) • 303 B
Plain Text
# usage:
# `make` or `make test` runs all the tests
# `make google` runs just the test/google.coffee test
TESTS=google google_batch
test: $(TESTS)
$(TESTS):
node_modules/mocha/bin/mocha -r coffee-errors --reporter spec --bail --timeout 60000 test/$@.coffee
#.PHONY: test unit unit-w all $(TESTS)