[app][tests] switch the thread tests to the new thread_create mechanism

This commit is contained in:
Travis Geiselbrecht
2012-12-22 15:50:36 -08:00
parent 058e24354f
commit 0fc1b9475d
5 changed files with 171 additions and 51 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)/benchmarks.c
$(LOCAL_DIR)/benchmarks.c \
$(LOCAL_DIR)/fibo.c
include make/module.mk