[app][tests] add tests for floating point

This commit is contained in:
Travis Geiselbrecht
2014-06-11 14:39:26 -07:00
parent d02a9bebb7
commit b0c5c4939d
5 changed files with 189 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ MODULE_SRCS += \
$(LOCAL_DIR)/clock_tests.c \
$(LOCAL_DIR)/cache_tests.c \
$(LOCAL_DIR)/benchmarks.c \
$(LOCAL_DIR)/float.c \
$(LOCAL_DIR)/float_instructions.S \
$(LOCAL_DIR)/fibo.c
MODULE_COMPILEFLAGS += -Wno-format