1#!/bin/sh
2# $FreeBSD: src/tools/regression/include/tgmath/tgmath.t,v 1.2 2012/11/17 01:53:49 svnexp Exp $
3
4cd `dirname $0`
5
6executable=`basename $0 .t`
7
8make $executable 2>&1 > /dev/null
9
10exec ./$executable
11