Skip to content

Commit 0697f83

Browse files
test: Makefile: do not export FILTER
1 parent c0f7935 commit 0697f83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ EXT := ../ext
6767
RANDSRC := $(COMMON)/notrandombytes.c
6868

6969
FILTER ?= $(SRC)/crypto_%
70-
export FILTER
71-
7270
JAZZ ?= $(filter $(FILTER), $(filter-out $(addprefix $(SRC)/,$(EXCLUDE)), $(sort $(dir $(shell test -d $(SRC) && find $(SRC) -name '*.jazz')))))
71+
7372
TESTDIR := $(subst $(SRC),$(BIN), $(JAZZ))
7473

7574
CHECKSUMSMALL := $(addsuffix checksumsmall, $(TESTDIR))
@@ -123,7 +122,7 @@ reporter-and-err:
123122
$(MAKE) CI=1 err
124123

125124
$(SRC):
126-
$(shell ../scripts/extract-all.sh > /dev/null)
125+
../scripts/extract-all.sh
127126

128127
# --------------------------------------------------------------------
129128
$(TESTS):

0 commit comments

Comments
 (0)