summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-05-05 15:00:45 +1000
committerChris Johns <chrisj@rtems.org>2020-05-05 15:00:45 +1000
commit3f50e8e671c3a7b15e416291799f9a9668db2b02 (patch)
tree6739e5981f5a07ce4f421e9bd427f46bd70acde5
parentb7702c541c563df2d857308fc4d12d818e9b5c3b (diff)
testsuite/dl06: Add a local define to control tracing
Closes #3969
-rw-r--r--testsuites/libtests/dl06/dl-load.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/dl06/dl-load.c b/testsuites/libtests/dl06/dl-load.c
index d78e9d1ef8..211c05cd3c 100644
--- a/testsuites/libtests/dl06/dl-load.c
+++ b/testsuites/libtests/dl06/dl-load.c
@@ -6,6 +6,8 @@
* http://www.rtems.org/license/LICENSE.
*/
+#define DL06_DEBUG_TRACING 0
+
#include <stdio.h>
#include <dlfcn.h>