4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-08 08:49:34 +00:00
Brad Hards b0474cde5d convert over the symmetric key and hmac tests.
Also update cipherunittest to remove non-required deletion.

svn path=/trunk/kdesupport/qca/; revision=498274
2006-01-15 08:54:59 +00:00

12 lines
466 B
Bash

#!/bin/sh
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 macunittest && make check && cd .. && \
cd securearrayunittest && make check && cd .. && \
cd staticunittest && make check && cd ..