42 #define EXPECT(cond_) ((cond_) \
43 ? (void)0 : QP::QUIT_fail_(#cond_, &Q_this_module_[0], __LINE__))
47 void TEST(
char const *title);
48 void QUIT_fail_(
char const *cond,
char const *module,
int line);
53 #include "qf_port.hpp"
namespace associated with the QP/C++ framework
void TEST(char const *title)
void QUIT_fail_(char const *cond, char const *module, int line)
Customizable and memory-efficient assertions for embedded systems.
Dummy definitions of the QS macros that avoid code generation from the QS instrumentation.
QS/C++ port to a 32-bit CPU, generic compiler.