[app][tests] add quick n' dirty cache test routine

This commit is contained in:
Travis Geiselbrecht
2014-06-03 21:18:09 -07:00
parent 20ef00873a
commit f18660a2f4
2 changed files with 67 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ MODULE_SRCS += \
$(LOCAL_DIR)/thread_tests.c \
$(LOCAL_DIR)/printf_tests.c \
$(LOCAL_DIR)/clock_tests.c \
$(LOCAL_DIR)/cache_tests.c \
$(LOCAL_DIR)/benchmarks.c \
$(LOCAL_DIR)/fibo.c