summaryrefslogtreecommitdiff
path: root/tests/threads.1/checkresult
blob: 235755dcc24cd76fe603e989ac7b816ac0cfacb9 (plain)
1
2
3
4
#!/bin/sh -e
# Check that the tmax for a hal function is nonzero
CYCLES=`cat $1`
test ! -z "$CYCLES" -a "$CYCLES" -gt 0