blob: e82f373626cbdbb195bfd795a69fb72ded6e17a7 [file] [log] [blame]
#!/bin/sh
./cctest
if [ $? = 0 ]; then
echo "PASS: nodejs"
else
echo "FAIL: nodejs"
fi