summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-12 14:52:36 +1000
committerChris Johns <chrisj@rtems.org>2018-04-12 17:54:59 +1000
commit86e79d795514424a4a69be0568bc2eeb802733b6 (patch)
tree104b9b331cc21ff80c424dcd4c19a224b2f0702c /testsuites/libtests/configure.ac
parenttools: Add a -N option to force a name on the array. (diff)
downloadrtems-86e79d795514424a4a69be0568bc2eeb802733b6.tar.bz2
testsuites/dl06: Add a test for RAP format.
This test loads a RAP format file that contains calls that are not in the kernel and linked from libm. It uses and test rtems-ld. Update #2769
Diffstat (limited to 'testsuites/libtests/configure.ac')
-rw-r--r--testsuites/libtests/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index af9e1a390c..481a33569d 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -132,6 +132,7 @@ RTEMS_TEST_CHECK([dl02])
RTEMS_TEST_CHECK([dl03])
RTEMS_TEST_CHECK([dl04])
RTEMS_TEST_CHECK([dl05])
+RTEMS_TEST_CHECK([dl06])
RTEMS_TEST_CHECK([dumpbuf01])
RTEMS_TEST_CHECK([dup2])
RTEMS_TEST_CHECK([exit01])