summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libutil/test-humanize_number.t
blob: 516bc4c257577f41407b0912e314f974aa21a42d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# $FreeBSD$

cd `dirname $0`

executable=`basename $0 .t`

make $executable 2>&1 > /dev/null

exec ./$executable && echo humanize_numbers ok
OpenPOWER on IntegriCloud