refs #214, unit test for BlackSim

This commit is contained in:
Klaus Basan
2014-04-21 11:31:56 +02:00
parent d95c86d094
commit 1cad64fef8
7 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
include (../../config.pri)
include (../../build.pri)
QT += core testlib dbus network
TARGET = test_blacksim
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc blacksim
CONFIG += testcase
DEPENDPATH += . ../../src
INCLUDEPATH += . ../../src
HEADERS += *.h
SOURCES += *.cpp
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib \
../../lib/blacksim.lib
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a \
../../lib/libblacksim.a
DESTDIR = ../../bin
include (../../libraries.pri)