test_multi_heap_host: Remove race conditions from parallel "make clean test"

pull/1991/head
Angus Gratton 2018-05-22 09:46:15 +10:00 zatwierdzone przez Angus Gratton
rodzic 0c64ef9600
commit 3fe862dacb
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,10 @@
TEST_PROGRAM=test_multi_heap
all: $(TEST_PROGRAM)
ifneq ($(filter clean,$(MAKECMDGOALS)),)
.NOTPARALLEL: # prevent make clean racing the other targets
endif
SOURCE_FILES = $(abspath \
../multi_heap.c \
../multi_heap_poisoning.c \