File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1284,7 +1284,7 @@ PERFORMANCE_TESTS = $(shell ls $(ROOT_DIR)/test/performance/*.cpp)
12841284ERROR_TESTS = $(shell ls $(ROOT_DIR ) /test/error/* .cpp)
12851285WARNING_TESTS = $(shell ls $(ROOT_DIR ) /test/warning/* .cpp)
12861286RUNTIME_TESTS = $(shell ls $(ROOT_DIR ) /test/runtime/* .cpp)
1287- FUZZ_TESTS = $(filter-out fuzz_main.cpp, $(shell ls $(ROOT_DIR ) /test/fuzz/* .cpp) )
1287+ FUZZ_TESTS = $(filter-out % fuzz_main.cpp, $(shell ls $(ROOT_DIR ) /test/fuzz/* .cpp) )
12881288GENERATOR_EXTERNAL_TESTS := $(shell ls $(ROOT_DIR ) /test/generator/* test.cpp)
12891289GENERATOR_EXTERNAL_TEST_GENERATOR := $(shell ls $(ROOT_DIR ) /test/generator/* _generator.cpp)
12901290TUTORIALS = $(filter-out % _generate.cpp, $(shell ls $(ROOT_DIR ) /tutorial/* .cpp) )
You can’t perform that action at this time.
0 commit comments