From 0fab42f14ea1236ed57ecb5cc65fa1d26b44b8eb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 14 Jan 2011 13:40:43 +0000 Subject: [PATCH] =?UTF-8?q?2011-01-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- testsuites/libtests/ChangeLog | 8 ++++++++ testsuites/libtests/Makefile.am | 1 + testsuites/libtests/configure.ac | 1 + 3 files changed, 10 insertions(+) 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 + + * 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 * 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