Files
qmsgpack/tests/pack/pack.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
101 B
Prolog

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