4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-08 00:39:33 +00:00
Brad Hards a68a9ea320 Switch the certificate handling unit test over to
the QTestLib framework.

svn path=/trunk/kdesupport/qca/; revision=503466
2006-01-29 11:24:50 +00:00

17 lines
329 B
Prolog

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