summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-11-04 16:31:50 +1100
committerChris Johns <chrisj@rtems.org>2014-11-04 16:31:50 +1100
commit540b7b417867f7b26320539a1ef17d12760f4efc (patch)
tree1c93c3d4bce409b4f697743acefd24c40ccaf531 /testsuites/libtests/Makefile.am
parentlibtests: Update dl01 documentation. (diff)
downloadrtems-540b7b417867f7b26320539a1ef17d12760f4efc.tar.bz2
libtests: Add libdl test dl02.
Loads 2 interdependent ELF object files.
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 179c123204..26e11c69f6 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -37,7 +37,7 @@ _SUBDIRS += syscall01
endif
if DLTESTS
-_SUBDIRS += dl01
+_SUBDIRS += dl01 dl02
endif
include $(top_srcdir)/../automake/test-subdirs.am