mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 19:44:32 +00:00
QTestLib. Also fixed up some problems in the test suite. svn path=/trunk/kdesupport/qca/; revision=498252
10 lines
413 B
Plaintext
10 lines
413 B
Plaintext
export LD_LIBRARY_PATH="../../lib:$LD_LIBRARY_PATH"
|
|
cd base64unittest && make check && cd .. && \
|
|
cd bigintunittest && make check && cd .. && \
|
|
cd cipherunittest && make check && cd .. && \
|
|
cd hashunittest && make check && cd .. && \
|
|
cd hexunittest && make check && cd .. && \
|
|
cd kdfunittest && make check && cd .. && \
|
|
cd securearrayunittest && make check && cd .. && \
|
|
cd staticunittest && make check && cd ..
|