#!/bin/sh

./cctest
if [ $? = 0 ]; then
  echo "PASS: nodejs"
else
  echo "FAIL: nodejs"
fi
