#!/bin/sh

# Run the tests in this directory in an easy way
# The next line is the only one you need to modify
#   should this directory change location relative to
#   the top of the testsuite dir
TESTSUITE_ROOT=../..

# We assume that $TESTSUITE_ROOT/config/default/default.T is a symlink
# to the real config file you wish to use.

exec $TESTSUITE_ROOT/driver/runtests \
   --tool=$TESTSUITE_ROOT/../ghc/compiler/ghc-inplace \
   --config=$TESTSUITE_ROOT/config/default/default.T \
   --rootdir=. \
   $*
