Files
qmsgpack/tests/mixed/mixed.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
103 B
Prolog

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