diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-05 22:40:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-05 22:40:03 +0000 |
commit | fe41011818d8863cbc1250a51fd22b95683b50bb (patch) | |
tree | 1cc4fbcb5047c1b8628c0cf84f2dbb6e2a62837a /test/Makefile | |
parent | bd1a0339226e72391d204b30ed5df03561957b40 (diff) |
libm: add scalbf, gammaf, significandf wrappers.
This makes in possible to enable test/math
(not it compiles, but has lots of test failures).
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 728845bdf..7be373e89 100644 --- a/test/Makefile +++ b/test/Makefile @@ -38,7 +38,6 @@ endif ifeq ($(HAS_NO_THREADS),y) DIRS := $(filter-out pthread,$(DIRS)) endif -DIRS := $(filter-out math,$(DIRS)) test check all: run |