summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcpuset01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spcpuset01/system.h')
-rw-r--r--testsuites/sptests/spcpuset01/system.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/sptests/spcpuset01/system.h b/testsuites/sptests/spcpuset01/system.h
index 85fcf05083..bc9138d68c 100644
--- a/testsuites/sptests/spcpuset01/system.h
+++ b/testsuites/sptests/spcpuset01/system.h
@@ -11,7 +11,6 @@
#include "test_support.h"
#if defined(__RTEMS_HAVE_SYS_CPUSET_H__)
-
#include <sys/cpuset.h>
/* global variables */
@@ -20,6 +19,12 @@ extern cpu_set_t set2;
extern cpu_set_t set3;
#endif
+/* enable/disable verbose output */
+#ifndef DPRINT
+ /* #define DPRINT(...) printf(__VA_ARGS__) */
+ #define DPRINT(...)
+#endif
+
/* functions */
rtems_task Init(