google-admin-sdk
Version:
node.js library that wraps the Directory and Groups APIs in the Google Admin SDK
12 lines (7 loc) • 307 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 --reporter spec --bail --timeout 60000 --compilers ./node_modules/.bin/coffee:coffee-script/register test/$@.coffee