mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-11 10:19:33 +00:00
- start of conversion to new QtTestLib - directory per test case svn path=/trunk/kdesupport/qca/; revision=490779
9 lines
367 B
Plaintext
9 lines
367 B
Plaintext
export LD_LIBRARY_PATH="../../lib:$LD_LIBRARY_PATH"
|
|
cd bigintunittest && make check && cd .. && \
|
|
cd hashunittest && make check && cd .. && \
|
|
cd hexunittest && make check && cd .. && \
|
|
cd base64unittest && make check && cd .. && \
|
|
cd kdfunittest && make check && cd .. && \
|
|
cd securearrayunittest && make check && cd .. && \
|
|
cd staticunittest && make check && cd ..
|