diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index b66c355..5a136ea 100644 --- a/test/Makefile +++ b/test/Makefile @@ -35,6 +35,10 @@ ifeq ($(NO_LOCALE),1) DIRS := $(filter-out locale,$(DIRS)) endif +ifeq ($(NO_MATH),1) +DIRS := $(filter-out math,$(DIRS)) +endif + test check all: run run: subdirs_run |