summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-01 08:09:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-01 08:09:20 -0600
commitd9bd2fca774a5c3499f7b3a258aa1506fdea526f (patch)
tree32d60c5fe512337bbaf5850f9e505ab47c1e5dcd /apps/examples/Makefile
parentfa71d6461e5b8cc8b3cada0e594c9641e5e21da7 (diff)
downloadnuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.tar.gz
nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.tar.bz2
nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.zip
Add tests for the SMART block driver and file system. From Ken Pettit
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 939748075..72a554ed0 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -37,12 +37,13 @@
# Sub-directories
-SUBDIRS = adc buttons can cdcacm composite cxxtest dhcpd discover elf ftpc
-SUBDIRS += ftpd hello helloxx hidkbd igmp json keypadtest lcdrw mm modbus mount
-SUBDIRS += nettest nsh null nx nxconsole nxffs nxflat nxhello nximage
-SUBDIRS += nxlines nxtext ostest pashello pipe poll pwm posix_spawn qencoder
-SUBDIRS += relays rgmp romfs serloop telnetd thttpd tiff touchscreen udp uip
-SUBDIRS += usbserial sendmail usbstorage usbterm watchdog wget wgetjson
+SUBDIRS = adc buttons can cdcacm composite cxxtest dhcpd discover elf
+SUBDIRS += flash_test ftpc ftpd hello helloxx hidkbd igmp json keypadtest
+SUBDIRS += lcdrw mm modbus mount nettest nsh null nx nxconsole nxffs nxflat
+SUBDIRS += nxhello nximage nxlines nxtext ostest pashello pipe poll
+SUBDIRS += posix_spawn pwm qencoder relays rgmp romfs sendmail serloop
+SUBDIRS += smart_test telnetd thttpd tiff touchscreen udp uip usbserial
+SUBDIRS += usbstorage usbterm watchdog wget wgetjson xmlrpc
# Sub-directories that might need context setup. Directories may need
# context setup for a variety of reasons, but the most common is because
@@ -57,9 +58,9 @@ SUBDIRS += usbserial sendmail usbstorage usbterm watchdog wget wgetjson
CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
-CNTXTDIRS += adc can cdcacm composite cxxtest dhcpd discover ftpd hello json
-CNTXTDIRS += keypadtestmodbus nettest nxlines relays qencoder telnetd watchdog
-CNTXTDIRS += wgetjson
+CNTXTDIRS += adc can cdcacm composite cxxtest dhcpd discover flash_test ftpd
+CNTXTDIRS += hello json keypadtestmodbus nettest nxlines relays qencoder
+CNTXTDIRS += smart_test telnetd watchdog wgetjson
endif
ifeq ($(CONFIG_EXAMPLES_HELLOXX_BUILTIN),y)