diff options
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 5a136ea..6690d25 100644 --- a/test/Makefile +++ b/test/Makefile @@ -39,6 +39,10 @@ ifeq ($(NO_MATH),1) DIRS := $(filter-out math,$(DIRS)) endif +ifeq ($(NO_CRYPT),1) +DIRS := $(filter-out crypt,$(DIRS)) +endif + test check all: run run: subdirs_run |