summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-02-05 22:40:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-02-05 22:40:03 +0000
commitfe41011818d8863cbc1250a51fd22b95683b50bb (patch)
tree1cc4fbcb5047c1b8628c0cf84f2dbb6e2a62837a /test
parentbd1a0339226e72391d204b30ed5df03561957b40 (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')
-rw-r--r--test/Makefile1
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