if test "$AUTOPKGTEST_TMP" != ""; then
        ln -s `nodepath crc` dist
fi
tsc -p tsconfig-tests.json
TS_NODE_PROJECT=./tests/tsconfig.json mocha tests/*.test.ts
