[rtems commit] testsuite/dl06: Add a local define to control tracing
Chris Johns
chrisj at rtems.org
Tue May 5 05:03:32 UTC 2020
Module: rtems
Branch: master
Commit: 3f50e8e671c3a7b15e416291799f9a9668db2b02
Changeset: http://git.rtems.org/rtems/commit/?id=3f50e8e671c3a7b15e416291799f9a9668db2b02
Author: Chris Johns <chrisj at rtems.org>
Date: Tue May 5 15:00:45 2020 +1000
testsuite/dl06: Add a local define to control tracing
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 d78e9d1..211c05c 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>
More information about the vc
mailing list