Ref T552 Added unittest for QDataStream marshalling.

This commit is contained in:
Mat Sutcliffe
2019-02-28 20:13:20 +00:00
parent d29576b67a
commit 6d9c1b4d5e
3 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
load(common_pre)
QT += core dbus testlib
TARGET = testdatastream
CONFIG -= app_bundle
CONFIG += blackconfig
CONFIG += blackmisc
CONFIG += testcase
CONFIG += no_testcase_installs
TEMPLATE = app
DEPENDPATH += \
. \
$$SourceRoot/src \
$$SourceRoot/tests \
INCLUDEPATH += \
$$SourceRoot/src \
$$SourceRoot/tests \
SOURCES += testdatastream.cpp
DESTDIR = $$DestRoot/bin
load(common_post)