added test for unmap of doubly mapped region

This commit is contained in:
coco
2015-12-28 22:02:31 +01:00
parent 53a989a751
commit fa2da819b6
2 changed files with 14 additions and 1 deletions

View File

@ -29,4 +29,4 @@ test_mem_map_ptr: test_mem_map_ptr.c
test_mem_high: test_mem_high.c
${ALL_TESTS}:
gcc ${CFLAGS} -o $@ $^
clang ${CFLAGS} -o $@ $^