diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-29 16:27:55 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-29 16:27:55 +0000 |
commit | ffb536d0ac914a110c160c48d01097d132e20531 (patch) | |
tree | aaf8d810651e89fa739d42791d66ce1c6df0885e /math/Makefile | |
parent | 97161a937370c6a20f93647b3260a7d1a87f2645 (diff) | |
download | glibc-ffb536d0ac914a110c160c48d01097d132e20531.tar.gz glibc-ffb536d0ac914a110c160c48d01097d132e20531.tar.xz glibc-ffb536d0ac914a110c160c48d01097d132e20531.zip |
Start generating libm tests automatically with MPFR.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index fcccab2051..d178789fb5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -112,7 +112,8 @@ ulps-file = $(firstword $(wildcard $(sysdirs:%=%/libm-test-ulps))) $(addprefix $(objpfx), $(libm-tests-generated)): $(objpfx)libm-test.stmp -$(objpfx)libm-test.stmp: $(ulps-file) libm-test.inc gen-libm-test.pl +$(objpfx)libm-test.stmp: $(ulps-file) libm-test.inc gen-libm-test.pl \ + auto-libm-test-out $(make-target-directory) $(PERL) gen-libm-test.pl -u $< -o "$(objpfx)" @echo > $@ |