4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-11 10:19:33 +00:00
Brad Hards 82dc381484 Big refactoring of the unit tests:
- start of conversion to new QtTestLib
 - directory per test case


svn path=/trunk/kdesupport/qca/; revision=490779
2005-12-23 06:05:33 +00:00

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 ..