File indexing completed on 2024-04-21 04:44:03

0001 #!/bin/sh
0002 export LD_LIBRARY_PATH="../../lib:$LD_LIBRARY_PATH"
0003 cd base64unittest && make test && cd .. && \
0004 cd bigintunittest && make test && cd .. && \
0005 cd certunittest && make test && cd .. && \
0006 cd cipherunittest && make test && cd .. && \
0007 cd clientplugin && make test && cd .. && \
0008 cd cms && make test && cd .. && \
0009 cd dsaunittest && make test && cd .. && \
0010 #cd filewatchunittest && make test && cd .. && \
0011 cd hashunittest && make test && cd .. && \
0012 cd hexunittest && make test && cd .. && \
0013 cd kdfunittest && make test && cd .. && \
0014 cd keybundle && make test && cd .. && \
0015 cd keygenunittest && make test && cd .. && \
0016 cd keylengthunittest && make test && cd .. && \
0017 cd keystore && make test && cd .. && \
0018 cd macunittest && make test && cd .. && \
0019 cd metatype && make test && cd .. && \
0020 cd pgpunittest && make test && cd .. && \
0021 cd pipeunittest && make test && cd .. && \
0022 cd pkits && make test && cd .. && \
0023 cd rsaunittest && make test && cd .. && \
0024 cd securearrayunittest && make test && cd .. && \
0025 cd staticunittest && make test && cd .. && \
0026 cd symmetrickeyunittest && make test && cd .. && \
0027 cd tls && make test && cd .. #&& \
0028 cd velox && make test && cd ..