update test_macros.h

This commit is contained in:
LoudSnorer 2024-07-02 11:25:42 -04:00
parent 90e98ccfda
commit 6acbe28566

View File

@ -37,6 +37,9 @@ To turn off the the test macros.
#ifdef TEST_MACROS_ENABLED
#include <QRegularExpression>
#include <QFileInfo>
#include <QDebug>
#include <QDateTime>
#include "SleepLib/schema.h"
#define DEBUGI qInfo().noquote() << "INFO;"
#define DEBUGD qInfo().noquote() << "DEBUG;"