#!/bin/sh

. "$(dirname $0)/common.sh"

prepare

# run the rspec testsuite
cd "$AUTOPKGTEST_TMP"
jruby -S rake spec:compiler
