[app][tests] add new memory test

-Use the VMM to allocate a large chunk of uncached physical memory
-if no VMM, allocate from heap
-Do a simple own address test then a pattern and moving inversion test
This commit is contained in:
Travis Geiselbrecht
2014-10-23 14:35:57 -07:00
parent 9daff06e90
commit f75fe0b81b
3 changed files with 234 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ MODULE_SRCS += \
$(LOCAL_DIR)/float.c \
$(LOCAL_DIR)/float_instructions.S \
$(LOCAL_DIR)/float_test_vec.c \
$(LOCAL_DIR)/fibo.c
$(LOCAL_DIR)/fibo.c \
$(LOCAL_DIR)/mem_tests.c
MODULE_COMPILEFLAGS += -Wno-format