summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
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/Kconfig
parentfa71d6461e5b8cc8b3cada0e594c9641e5e21da7 (diff)
downloadpx4-nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.tar.gz
px4-nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.tar.bz2
px4-nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.zip
Add tests for the SMART block driver and file system. From Ken Pettit
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index cf70ae53e..b1c7e7793 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -47,6 +47,8 @@ source "$APPSDIR/examples/rgmp/Kconfig"
source "$APPSDIR/examples/romfs/Kconfig"
source "$APPSDIR/examples/sendmail/Kconfig"
source "$APPSDIR/examples/serloop/Kconfig"
+source "$APPSDIR/examples/flash_test/Kconfig"
+source "$APPSDIR/examples/smart_test/Kconfig"
source "$APPSDIR/examples/telnetd/Kconfig"
source "$APPSDIR/examples/thttpd/Kconfig"
source "$APPSDIR/examples/tiff/Kconfig"