Test "/proc/PID/maps support add" on arm64.
Change-Id: I0585ae6257b5c0269760dd7f23ba75b83dd7ac2c
This commit is contained in:
committed by
Masamichi Takagi
parent
9e57db5427
commit
cf113d392a
15
test/proc_maps/arm64/Makefile
Normal file
15
test/proc_maps/arm64/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# Makefile COPYRIGHT FUJITSU LIMITED 2018
|
||||
CC = gcc
|
||||
TARGET = proc_maps
|
||||
LDFLAGS =
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
proc_maps: proc_maps.c
|
||||
$(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
test: all
|
||||
./run.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
Reference in New Issue
Block a user