test:
	@echo "Bitwise XOR - Launching tests."
	@ NODE_ENV="test" node_modules/.bin/mocha --reporter spec -t 10000
	@echo "Tests finished"

.PHONY: test
