summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-08-12 18:55:53 +1000
committerChris Johns <chrisj@rtems.org>2016-08-15 15:45:10 +1000
commit97d395bac3df44438eed0b639f0292c16b049b93 (patch)
treee9128b4d17758b2ac72e7a7de20dcff094f6addc /testsuites/libtests/Makefile.am
parentlibdl: Fix cache corruption bugs. (diff)
downloadrtems-97d395bac3df44438eed0b639f0292c16b049b93.tar.bz2
testsuite: Add libdl/dl03 cache 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 ed5eb07918..9ea77dc6d7 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -46,7 +46,7 @@ _SUBDIRS += syscall01
endif
if DLTESTS
-_SUBDIRS += dl01 dl02
+_SUBDIRS += dl01 dl02 dl03
endif
include $(top_srcdir)/../automake/test-subdirs.am