set -e
mocha --reporter spec test/*-test.js
if -e test/*-test.js; then
	(cd rfc/2560/ && mocha --reporter spec test/*-test.js)
	(cd rfc/5280/ && mocha --reporter spec test/*-test.js)
fi
