4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-04-29 13:04:31 +00:00
Brad Hards 82dc381484 Big refactoring of the unit tests:
- start of conversion to new QtTestLib
 - directory per test case


svn path=/trunk/kdesupport/qca/; revision=490779
2005-12-23 06:05:33 +00:00

17 lines
364 B
Prolog

TEMPLATE = app
TARGET = securearrayunittest
DEPENDPATH += .
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../../lib -lqca
CONFIG += qtestlib thread console
QT -= gui
# check target
QMAKE_EXTRA_TARGETS = check
check.depends = securearrayunittest
check.commands = ./securearrayunittest
# Input
HEADERS += securearrayunittest.h
SOURCES += securearrayunittest.cpp