summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2014-11-12 13:21:48 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2015-03-09 12:44:03 +0100
commitcdd2bcfa9f29615e456ad747c17bcbbcced2ca42 (patch)
tree192faf7ac6188ad92e7b7d5f8f7f81616dfa0939
parent0c67e4f96ae80939f9af9bcb43d74454d45923d5 (diff)
testsuite: disable non-buildable dl01 dl02 tests
-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 ed773c4e06..69b5569fef 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -44,7 +44,7 @@ _SUBDIRS += syscall01
endif
if DLTESTS
-_SUBDIRS += dl01 dl02
+#_SUBDIRS += dl01 dl02
endif
include $(top_srcdir)/../automake/test-subdirs.am