summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-05-06 09:08:07 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-05-06 09:08:07 +0000
commit2a6ed0aac2b62384d04c717324b2a4f745c6f6da (patch)
tree223fabc35c6a9ab029cff71c7b23c8dab492d420 /testsuites/libtests/configure.ac
parent2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-2a6ed0aac2b62384d04c717324b2a4f745c6f6da.tar.bz2
2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc, ftp01/ftp01.scn, ftp01/init.c: New files. * Makefile.am, configure.ac: Reflect changes above.
Diffstat (limited to 'testsuites/libtests/configure.ac')
-rw-r--r--testsuites/libtests/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index a01cfca2a1..675f3430b1 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -28,6 +28,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_CXX(RTEMS_BSP)
+RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING])
AC_PROG_LN_S
AC_PATH_PROG([PAX],[pax])
@@ -38,6 +39,7 @@ AM_CONDITIONAL(TARTESTS,test "$as_ln_s" = "ln -s" && test -n "$PAX")
AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
AM_CONDITIONAL([HAS_COMPLEX],[test "$ac_cv_header_complex_h" = yes])
+AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
@@ -60,6 +62,7 @@ devfs04/Makefile
deviceio01/Makefile
devnullfatal01/Makefile
dumpbuf01/Makefile
+ftp01/Makefile
gxx01/Makefile
heapwalk/Makefile
malloctest/Makefile