From 0a0e7a9a4171c45044753c46c6ab06e859fbd4d1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 30 Nov 2010 13:55:09 +0000 Subject: =?UTF-8?q?2010-11-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Add complex, math subdirs. * configure.ac: Add complex, math subdirs. --- testsuites/libtests/ChangeLog | 5 +++++ testsuites/libtests/Makefile.am | 3 ++- testsuites/libtests/configure.ac | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 7d4ba04946..e5860afb78 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,8 @@ +2010-11-30 Ralf Corsépius + + * Makefile.am: Add complex, math subdirs. + * configure.ac: Add complex, math subdirs. + 2010-11-30 Ralf Corsépius * complex/Makefile.am, complex/init.c, complex/docomplex.c, 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 -- cgit v1.2.3