diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 16:02:45 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 16:02:45 -0500 |
commit | 1d5a644a55c60ad1f1903e851255ec9b2f45879b (patch) | |
tree | 622ee7fb9089d40682125759aae09fa0621a4461 /math/Makefile | |
parent | 8784a6db9151da74c1ffab427d49014533cf865f (diff) | |
download | glibc-1d5a644a55c60ad1f1903e851255ec9b2f45879b.tar glibc-1d5a644a55c60ad1f1903e851255ec9b2f45879b.tar.gz glibc-1d5a644a55c60ad1f1903e851255ec9b2f45879b.tar.bz2 glibc-1d5a644a55c60ad1f1903e851255ec9b2f45879b.zip |
Add test for CMPLX macros
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 28195505ce..7ccbc11030 100644 --- a/math/Makefile +++ b/math/Makefile @@ -91,7 +91,7 @@ distribute += $(filter-out $(generated),$(long-m-yes:=.c) $(long-c-yes:=.c)) tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \ test-misc test-fpucw tst-definitions test-tgmath test-tgmath-ret \ bug-nextafter bug-nexttoward bug-tgmath1 test-tgmath-int \ - test-tgmath2 test-powl + test-tgmath2 test-powl tst-CMPLX # We do the `long double' tests only if this data type is available and # distinct from `double'. test-longdouble-yes = test-ldouble test-ildoubl |