mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
Merge branch 'bugfix/parallel_multi_heap_test' into 'master'
CI fix: multi heap host test parallel race See merge request idf/esp-idf!2428
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -51,3 +51,5 @@ examples/protocols/aws_iot/*/main/certs/*.pem.*
|
|||||||
*.gcno
|
*.gcno
|
||||||
coverage.info
|
coverage.info
|
||||||
coverage_report/
|
coverage_report/
|
||||||
|
|
||||||
|
test_multi_heap_host
|
||||||
|
@@ -1,6 +1,10 @@
|
|||||||
TEST_PROGRAM=test_multi_heap
|
TEST_PROGRAM=test_multi_heap
|
||||||
all: $(TEST_PROGRAM)
|
all: $(TEST_PROGRAM)
|
||||||
|
|
||||||
|
ifneq ($(filter clean,$(MAKECMDGOALS)),)
|
||||||
|
.NOTPARALLEL: # prevent make clean racing the other targets
|
||||||
|
endif
|
||||||
|
|
||||||
SOURCE_FILES = $(abspath \
|
SOURCE_FILES = $(abspath \
|
||||||
../multi_heap.c \
|
../multi_heap.c \
|
||||||
../multi_heap_poisoning.c \
|
../multi_heap_poisoning.c \
|
||||||
|
Reference in New Issue
Block a user