File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131endif
3232
3333# Define command-line flags for finding test directories for instrumented source code:
34- FIND_ISTANBUL_TESTS_DIRS_FLAGS ?= \
34+ FIND_ISTANBUL_TEST_DIRS_FLAGS ?= \
3535 -type d \
3636 -name "$(TESTS_FOLDER ) " \
3737 -regex "$(TESTS_FILTER ) "
3838
3939ifneq ($(KERNEL ) , Darwin)
40- FIND_ISTANBUL_TESTS_DIRS_FLAGS := -regextype posix-extended $(FIND_ISTANBUL_TESTS_DIRS_FLAGS )
40+ FIND_ISTANBUL_TEST_DIRS_FLAGS := -regextype posix-extended $(FIND_ISTANBUL_TEST_DIRS_FLAGS )
4141endif
4242
4343# Define the path to the Istanbul executable.
@@ -102,7 +102,7 @@ ISTANBUL_COVER_FLAGS ?= \
102102# $(call get-istanbul-test-dirs)
103103
104104define get-istanbul-test-dirs
105- $(shell find $(find_kernel_prefix ) $(ISTANBUL_INSTRUMENT_OUT ) $(FIND_ISTANBUL_TESTS_DIRS_FLAGS ) )
105+ $(shell find $(find_kernel_prefix ) $(ISTANBUL_INSTRUMENT_OUT ) $(FIND_ISTANBUL_TEST_DIRS_FLAGS ) )
106106endef
107107
108108
You can’t perform that action at this time.
0 commit comments