Index: denali.pro =================================================================== diff -u -r56d00a82669a7a2c00ab90109a89dbec8db27527 -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc --- denali.pro (.../denali.pro) (revision 56d00a82669a7a2c00ab90109a89dbec8db27527) +++ denali.pro (.../denali.pro) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) @@ -120,6 +120,18 @@ unittests/tst_canbus.cpp } +tst_logging { + message(Building with QtTest test case logging) + QT += testlib + DEFINES += UNIT_TEST \ + TEST_CLASS_INCLUDE=\\\"unittests/tst_logging.h\\\" \ + TEST_CLASS_NAME=tst_logging + HEADERS += \ + unittests/tst_logging.h + SOURCES += \ + unittests/tst_logging.cpp +} + # Additional import path used to resolve QML modules in Qt Creator's code model QML_IMPORT_PATH =