mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
test_multi_heap_host: Remove race conditions from parallel "make clean test"
This commit is contained in:
committed by
Angus Gratton
parent
0c64ef9600
commit
3fe862dacb
@@ -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