summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 14:02:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 14:02:10 +0000
commite9c71fc0e3f32542992a4d3abcf57cec3cdc96dc (patch)
tree328f642bdee992752b5aab0ba4fe854b611d1efe /testsuites/libtests
parentReflect having split-out mathl and mathf. (diff)
downloadrtems-e9c71fc0e3f32542992a4d3abcf57cec3cdc96dc.tar.bz2
Add mathf/, mathl/.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/Makefile.am2
-rw-r--r--testsuites/libtests/configure.ac2
2 files changed, 3 insertions, 1 deletions
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