Skip to content

Commit

Permalink
test: Makefile: do not export FILTER
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira-sb committed Aug 8, 2024
1 parent c0f7935 commit 0697f83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ EXT := ../ext
RANDSRC := $(COMMON)/notrandombytes.c

FILTER ?= $(SRC)/crypto_%
export FILTER

JAZZ ?= $(filter $(FILTER), $(filter-out $(addprefix $(SRC)/,$(EXCLUDE)), $(sort $(dir $(shell test -d $(SRC) && find $(SRC) -name '*.jazz')))))

TESTDIR := $(subst $(SRC),$(BIN), $(JAZZ))

CHECKSUMSMALL := $(addsuffix checksumsmall, $(TESTDIR))
Expand Down Expand Up @@ -123,7 +122,7 @@ reporter-and-err:
$(MAKE) CI=1 err

$(SRC):
$(shell ../scripts/extract-all.sh > /dev/null)
../scripts/extract-all.sh

# --------------------------------------------------------------------
$(TESTS):
Expand Down

0 comments on commit 0697f83

Please sign in to comment.