summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-01-14 13:40:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-01-14 13:40:43 +0000
commit0fab42f14ea1236ed57ecb5cc65fa1d26b44b8eb (patch)
tree89ddd16c2083345e14dc672756b82857e7b1043e /testsuites
parentRegenerate. (diff)
downloadrtems-0fab42f14ea1236ed57ecb5cc65fa1d26b44b8eb.tar.bz2
2011-01-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* math/domath.c, math/domathf.c, math/domath.in, math/domathl.c, math/init.c, math/Makefile.am: New (Import from rtems-4.11). * Makefile.am: Add math/ * configure.ac: Add math/Makefile.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog8
-rw-r--r--testsuites/libtests/Makefile.am1
-rw-r--r--testsuites/libtests/configure.ac1
3 files changed, 10 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 2f05b6a37b..8d5d36f8f3 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * math/domath.c, math/domathf.c, math/domath.in,
+ math/domathl.c, math/init.c, math/Makefile.am:
+ New (Import from rtems-4.11).
+ * Makefile.am: Add math/
+ * configure.ac: Add math/Makefile.
+
2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/Makefile.am: Add htonl.
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 705f69058e..739611c36e 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -10,6 +10,7 @@ SUBDIRS += bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
block08 block09 block10 stringto01
+SUBDIRS += math
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 d1d472c598..8e07a21a64 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -60,5 +60,6 @@ termios01/Makefile
termios02/Makefile
tztest/Makefile
POSIX/Makefile
+math/Makefile
])
AC_OUTPUT