File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,20 @@ SRC_FOLDER ?= src
102102TESTS_FOLDER ?= test
103103
104104# Define the folder name convention for test fixtures:
105- TESTS_FIXTURES_FOLDER ?= test /fixtures
105+ TESTS_FIXTURES_FOLDER ?= $( TESTS_FOLDER ) /fixtures
106106
107107# Define the folder name convention for examples files:
108108EXAMPLES_FOLDER ?= examples
109109
110+ # Define the folder name convention for examples fixtures:
111+ EXAMPLES_FIXTURES_FOLDER ?= $(EXAMPLES_FOLDER ) /fixtures
112+
110113# Define the folder name convention for benchmark files:
111114BENCHMARKS_FOLDER ?= benchmark
112115
116+ # Define the folder name convention for benchmark fixtures:
117+ BENCHMARKS_FIXTURES_FOLDER ?= (BENCHMARKS_FOLDER)/fixtures
118+
113119# Define the folder name convention for executables:
114120BIN_FOLDER ?= bin
115121
You can’t perform that action at this time.
0 commit comments