#! /bin/sh
# Run one lens test.
# Derive names of inputs from the name of this script.

TOPDIR=$(cd $(dirname $0)/.. && pwd)
[ -n "$abs_top_srcdir" ] || abs_top_srcdir=$TOPDIR
LENS_DIR=$abs_top_srcdir/lenses

me=$(echo "$0"|sed 's,.*/lens-\(.*\)\.sh$,\1,')

t=$LENS_DIR/tests/test_$me.aug
exec augparse --nostdinc -I "$LENS_DIR" "$t"
