## DNT config file
## see https://github.com/rvagg/dnt

NODE_VERSIONS="\
  v0.10.36 \
  v0.11.16 \
  v0.12.0  \
"
IOJS_VERSIONS="\
  v1.0.0 \
  v1.1.0 \
  v1.2.0 \
"
OUTPUT_PREFIX="bignum-"
TEST_CMD="\
  cd /dnt/ &&                                                    \
  npm install node-gyp &&                                        \
  npm install &&                                                 \
  node_modules/.bin/node-gyp --nodedir /usr/src/node/ rebuild && \
  npm test;                          \
"
LOG_OK_CMD="sed 's/^   ..32m100...0m .. tests$/ok/' | tail -2 | head -1"
