4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-11 10:19:33 +00:00

Add X509 certificate unit test into the build

svn path=/trunk/kdesupport/qca/; revision=505142
This commit is contained in:
Brad Hards 2006-02-03 09:32:44 +00:00
parent 31c3358bd4
commit 03fad3bb53

@ -2,6 +2,7 @@
export LD_LIBRARY_PATH="../../lib:$LD_LIBRARY_PATH"
cd base64unittest && make check && cd .. && \
cd bigintunittest && make check && cd .. && \
cd certunittest && make check && cd .. && \
cd cipherunittest && make check && cd .. && \
cd hashunittest && make check && cd .. && \
cd hexunittest && make check && cd .. && \