summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-11-30 13:55:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-11-30 13:55:09 +0000
commit0a0e7a9a4171c45044753c46c6ab06e859fbd4d1 (patch)
tree9f36cdf18d672c194062fcb2f9c60365e1b9da18 /testsuites
parent2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0a0e7a9a4171c45044753c46c6ab06e859fbd4d1.tar.bz2
2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add complex, math subdirs. * configure.ac: Add complex, math subdirs.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog5
-rw-r--r--testsuites/libtests/Makefile.am3
-rw-r--r--testsuites/libtests/configure.ac2
3 files changed, 9 insertions, 1 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 7d4ba04946..e5860afb78 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,10 @@
2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am: Add complex, math subdirs.
+ * configure.ac: Add complex, math subdirs.
+
+2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* complex/Makefile.am, complex/init.c, complex/docomplex.c,
complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
complex/complex.doc, complex/docomplexl.c: New.
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index aaf8889ef8..fdc7b12850 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -14,7 +14,8 @@ SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
termios06 termios07 termios08 \
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
block08 block09 block10 stringto01 \
- tar01 tar02 tar03
+ tar01 tar02 tar03 \
+ math complex
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index a18b152c57..dbff9cf136 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -85,5 +85,7 @@ termios07/Makefile
termios08/Makefile
tztest/Makefile
POSIX/Makefile
+math/Makefile
+complex/Makefile
])
AC_OUTPUT