mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-07 08:19:33 +00:00
make qmake unittests consistent with cmake
svn path=/trunk/kdesupport/qca/; revision=811009
This commit is contained in:
parent
1d0e4749f6
commit
e1fcfa29a3
@ -18,7 +18,7 @@ cd keystore && make test && cd .. && \
|
||||
cd macunittest && make test && cd .. && \
|
||||
cd metatype && make test && cd .. && \
|
||||
cd pgpunittest && make test && cd .. && \
|
||||
#cd pipeunittest && make test && cd .. && \
|
||||
cd pipeunittest && make test && cd .. && \
|
||||
cd pkits && make test && cd .. && \
|
||||
cd randomunittest && make test && cd .. && \
|
||||
cd rsaunittest && make test && cd .. && \
|
||||
@ -26,4 +26,4 @@ cd securearrayunittest && make test && cd .. && \
|
||||
cd staticunittest && make test && cd .. && \
|
||||
cd symmetrickeyunittest && make test && cd .. && \
|
||||
cd tls && make test && cd .. #&& \
|
||||
#cd velox && make test && cd ..
|
||||
cd velox && make test && cd ..
|
||||
|
@ -2,6 +2,7 @@ DEPENDPATH += .
|
||||
include(../unittest.pri)
|
||||
CONFIG += qtestlib
|
||||
QT += network
|
||||
TARGET = veloxunittest
|
||||
|
||||
# test target
|
||||
QMAKE_EXTRA_TARGETS = test
|
||||
|
Loading…
x
Reference in New Issue
Block a user