floor, ceil, trunc, truncf, truncl: Defeat GCC optimizations.
[gnulib.git] / tests / test-fpending.sh
blob636af25a7a095f4691cbad3997f5c7b1c8a05a1e
1 #!/bin/sh
3 tmpfile=
4 trap 'rm -fr $tmpfile' 1 2 3 15
6 tmpfile=test-fpending.t
8 ./test-fpending${EXEEXT} > $tmpfile || exit 1
10 rm -fr $tmpfile
12 exit 0