From fe41011818d8863cbc1250a51fd22b95683b50bb Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 5 Feb 2009 22:40:03 +0000 Subject: libm: add scalbf, gammaf, significandf wrappers. This makes in possible to enable test/math (not it compiles, but has lots of test failures). --- test/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3