if [ ! -e node_modules/gulp-mocha ]; then
	ln -s ../gulp-mocha node_modules/gulp-mocha
fi
gulp test
