From d9bd2fca774a5c3499f7b3a258aa1506fdea526f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 1 May 2013 08:09:20 -0600 Subject: Add tests for the SMART block driver and file system. From Ken Pettit --- apps/examples/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'apps/examples/Makefile') 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) -- cgit v1.2.3