mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 20:44:31 +00:00
side providers. There is a bit to be done on this, but right now it demonstrates the problem I'm seeing with the AES-CMAC example, in that the plugin loader segfaults. CCMAIL: justin@affinix.com svn path=/trunk/kdesupport/qca/; revision=562878
29 lines
436 B
Prolog
29 lines
436 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
base64unittest \
|
|
bigintunittest \
|
|
certunittest \
|
|
cipherunittest \
|
|
clientplugin \
|
|
cms \
|
|
dsaunittest \
|
|
filewatchunittest \
|
|
hashunittest \
|
|
hexunittest \
|
|
kdfunittest \
|
|
keygenunittest \
|
|
keylengthunittest \
|
|
macunittest \
|
|
pkits \
|
|
randomunittest \
|
|
rsaunittest \
|
|
securearrayunittest \
|
|
staticunittest \
|
|
symmetrickeyunittest \
|
|
tls
|
|
|
|
QMAKE_EXTRA_TARGETS += check
|
|
check.commands = sh ./checkall
|
|
|