diff options
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 |