remap_file_pages: check file mapping
Change-Id: Ibf145a20181938a9825214253337a423fcd53064 Refs: #1521
This commit is contained in:
committed by
Masamichi Takagi
parent
e6e66e0392
commit
b0bd1feefb
10
test/issues/1379+1521+1531/Makefile
Normal file
10
test/issues/1379+1521+1531/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CC = gcc
|
||||
TARGET =
|
||||
|
||||
all:: $(TARGET)
|
||||
|
||||
test:: all
|
||||
sh ./C1379.sh
|
||||
|
||||
clean::
|
||||
rm -f $(TARGET) *.o
|
||||
Reference in New Issue
Block a user