From e9c71fc0e3f32542992a4d3abcf57cec3cdc96dc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 2 Feb 2011 14:02:10 +0000 Subject: Add mathf/, mathl/. --- testsuites/libtests/Makefile.am | 2 +- testsuites/libtests/configure.ac | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am index fdc7b12850..2a59d6d25e 100644 --- a/testsuites/libtests/Makefile.am +++ b/testsuites/libtests/Makefile.am @@ -15,7 +15,7 @@ SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \ rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \ block08 block09 block10 stringto01 \ tar01 tar02 tar03 \ - math complex + math mathf mathl 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 ceacb101e2..24346c8893 100644 --- a/testsuites/libtests/configure.ac +++ b/testsuites/libtests/configure.ac @@ -89,6 +89,8 @@ termios08/Makefile tztest/Makefile POSIX/Makefile math/Makefile +mathf/Makefile +mathl/Makefile complex/Makefile ]) AC_OUTPUT -- cgit v1.2.3