export LANG=C
export NODE_PATH=node_modules
export HOME=`pwd`
ls test/*.js | grep -v test/auto-fallback.js | xargs tap
