test-next.t revision 143231
1#!/bin/sh
2# $FreeBSD: head/tools/regression/lib/msun/test-next.t 143231 2005-03-07 05:03:46Z das $
3
4cd `dirname $0`
5
6executable=`basename $0 .t`
7
8make $executable 2>&1 > /dev/null
9
10exec ./$executable
11