[PATCH 7/7] testsuite/dl06: Add a local define to control tracing

chrisj at rtems.org chrisj at rtems.org
Tue May 5 05:02:07 UTC 2020


From: Chris Johns <chrisj at rtems.org>

Closes #3969
---
 testsuites/libtests/dl06/dl-load.c | 2 ++
 1 file changed, 2 insertions(+)

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>
-- 
2.24.1



More information about the devel mailing list