summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-09-07 13:59:16 +1000
committerChris Johns <chrisj@rtems.org>2016-09-08 16:52:39 +1000
commitd4160618462bad075cc6f7b262773a29444b9dac (patch)
tree56ad0d79ced6c5ac4b5dc5f082466b6d631dcb8a /testsuites/libtests/Makefile.am
parentlibdl: Add ARM C++ relocation record support. (diff)
downloadrtems-d4160618462bad075cc6f7b262773a29444b9dac.tar.bz2
testsuite: Add libdl/dl05 reloc test.
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index effed07d50..dbd96cb9c6 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -48,7 +48,7 @@ endif
if DLTESTS
_SUBDIRS += dl01 dl02 dl03
if HAS_CXX
-_SUBDIRS += dl04
+_SUBDIRS += dl04 dl05
endif
endif