aboutsummaryrefslogtreecommitdiffstats
path: root/demos/NRF51/RT-WVSHARE_BLE400/Makefile
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2015-05-14 23:05:55 -0300
committerFabio Utzig <utzig@utzig.org>2015-05-14 23:05:55 -0300
commit3a0eb96f70dfb6bba5cfaab23e138c39f9228411 (patch)
tree6fa0e1a55e49f19240bcc03da26577be34c32bcf /demos/NRF51/RT-WVSHARE_BLE400/Makefile
parent776fc2910771562d74d2aa2bd47d454ae33450ee (diff)
downloadChibiOS-Contrib-3a0eb96f70dfb6bba5cfaab23e138c39f9228411.tar.gz
ChibiOS-Contrib-3a0eb96f70dfb6bba5cfaab23e138c39f9228411.tar.bz2
ChibiOS-Contrib-3a0eb96f70dfb6bba5cfaab23e138c39f9228411.zip
Enable test thread
Diffstat (limited to 'demos/NRF51/RT-WVSHARE_BLE400/Makefile')
-rw-r--r--demos/NRF51/RT-WVSHARE_BLE400/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/NRF51/RT-WVSHARE_BLE400/Makefile b/demos/NRF51/RT-WVSHARE_BLE400/Makefile
index 95eaa8e..c6b59cf 100644
--- a/demos/NRF51/RT-WVSHARE_BLE400/Makefile
+++ b/demos/NRF51/RT-WVSHARE_BLE400/Makefile
@@ -92,7 +92,7 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk
# Other files (optional).
-#include $(CHIBIOS)/test/rt/test.mk
+include $(CHIBIOS)/test/rt/test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/NRF51822.ld
@@ -106,6 +106,7 @@ CSRC = $(STARTUPSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
+ $(TESTSRC) \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global