if test "x$AUTOPKGTEST_TMP" != "x"; then
    pixl-unit test.js --verbose
else
    ./node_modules/pixl-unit/unit.js test.js --verbose
fi
