occlum/test/mmap/Makefile
Tate, Hongliang Tian 56c69b5f3c Refactor mmap implementation
1. Add a full test suite for mmap
2. Implement file-backed memory mapping
3. Implement fixed, anonymous memory mapping
4. Implement hinted, anonymous memory mapping
5. Implement munmap that covers partial/multiple memory mappings
2019-07-01 11:56:04 +08:00

6 lines
102 B
Makefile

include ../test_common.mk
EXTRA_C_FLAGS := -Wno-return-stack-address
EXTRA_LINK_FLAGS :=
BIN_ARGS :=