Files
qmsgpack/tests/qttypes/qttypes.pro
Konstantin Ritt d9f37afe2e Build and run tests with qmake
as of now, running tests is as simple as just typing
  qmake && make check
2018-11-20 21:21:07 +03:00

8 lines
107 B
Prolog

TARGET = qttypes_test
QT += testlib
CONFIG += testcase
include(../tests.pri)
SOURCES += qttypes_test.cpp