fork: memory leak detection test.
Change-Id: I9c64f8fdaee15642b3d1d2d7d869927b0bcd6511
This commit is contained in:
committed by
Masamichi Takagi
parent
f2460695c4
commit
299d47abf5
10
test/signalonfork+wait/Makefile
Normal file
10
test/signalonfork+wait/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
# Makefile COPYRIGHT FUJITSU LIMITED 2019
|
||||
CC?=gcc
|
||||
LDFLAGS=-lpthread
|
||||
CFLAGS=-Wall -O0 -ggdb3
|
||||
|
||||
all: signalonfork_wait
|
||||
signalonfork_wait: signalonfork_wait.o
|
||||
signalonfork_wait.o: signalonfork_wait.c
|
||||
clean:
|
||||
rm -f signalonfork_wait.o signalonfork_wait
|
||||
Reference in New Issue
Block a user