QTools  7.3.4
Collection of Host-Based Tools
Loading...
Searching...
No Matches
macros.h
Go to the documentation of this file.
1/**
2* \file
3* \brief Command-line macros and macros for QS/QSPY
4*/
5
6/*! The preprocessor switch to activate the QS software tracing
7* instrumentation in the code */
8/**
9* When defined, Q_SPY activates the QS software tracing instrumentation.
10*
11* When Q_SPY is not defined, the QS instrumentation in the code does
12* not generate any code.
13*/
14#define Q_SPY
15
16/*! The preprocessor switch to activate the QUTEST unit testing
17* instrumentation in the code */
18/**
19* When defined, Q_UTEST activates the QUTEST unit testing facilities.
20*
21* When Q_UTEST unit testing is not defined, the unit testing macros
22* expand to nothing and do not generate any code.
23*/
24#define Q_UTEST
25
26