[app][test] some benchmarks and a quick clock tester

This commit is contained in:
Travis Geiselbrecht
2012-11-02 12:21:49 -07:00
parent 0e0c77c04f
commit 30e2d00539
5 changed files with 245 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ INCLUDES += -I$(LOCAL_DIR)/include
MODULE_SRCS += \
$(LOCAL_DIR)/tests.c \
$(LOCAL_DIR)/thread_tests.c \
$(LOCAL_DIR)/printf_tests.c
$(LOCAL_DIR)/printf_tests.c \
$(LOCAL_DIR)/clock_tests.c \
$(LOCAL_DIR)/benchmarks.c
include make/module.mk