mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 12:04:31 +00:00
temporarily disable pgp unittest
Add support for logger unit tests for qconf/qmake. svn path=/trunk/kdesupport/qca/; revision=625555
This commit is contained in:
parent
d68ce88d76
commit
dc8fc52874
15
unittest/logger/logger.pro
Normal file
15
unittest/logger/logger.pro
Normal file
@ -0,0 +1,15 @@
|
||||
TEMPLATE = app
|
||||
TARGET = loggerunittest
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += ../../include/QtCrypto
|
||||
LIBS += -L../../lib -lqca
|
||||
CONFIG += qtestlib thread console
|
||||
QT -= gui
|
||||
|
||||
# check target
|
||||
QMAKE_EXTRA_TARGETS = check
|
||||
check.depends = loggerunittest
|
||||
check.commands = ./loggerunittest
|
||||
|
||||
# Input
|
||||
SOURCES += loggerunittest.cpp
|
@ -14,8 +14,9 @@ SUBDIRS += \
|
||||
kdfunittest \
|
||||
keygenunittest \
|
||||
keylengthunittest \
|
||||
logger \
|
||||
macunittest \
|
||||
pgpunittest \
|
||||
# pgpunittest \
|
||||
pkits \
|
||||
randomunittest \
|
||||
rsaunittest \
|
||||
|
Loading…
x
Reference in New Issue
Block a user