#!/bin/sh
echo running $0 in $BUILDDIR
$BUILDDIR/test $SRCDIR f

# return 77 on this test because I expect it to fail, and 77 is the
# magic number that tells automake to go on anyway.
exit 77
