forked from romixlab/qmsgpack
d9f37afe2e
as of now, running tests is as simple as just typing qmake && make check
8 lines
105 B
Prolog
8 lines
105 B
Prolog
TARGET = stream_test
|
|
QT += testlib
|
|
CONFIG += testcase
|
|
|
|
include(../tests.pri)
|
|
|
|
SOURCES += stream_test.cpp
|