Files
qmsgpack/tests/stream/stream.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
105 B
Prolog

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