mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 19:44:32 +00:00
Try to get failing tests to bail out.
svn path=/trunk/kdesupport/qca/; revision=478906
This commit is contained in:
parent
02ea0f1edc
commit
eed60aadac
@ -1,5 +1,5 @@
|
||||
export LD_LIBRARY_PATH="../../lib:$LD_LIBRARY_PATH"
|
||||
cd bigintunittest && make check ; cd ..
|
||||
cd hashunittest && make check ; cd ..
|
||||
cd kdfunittest && make check ; cd ..
|
||||
cd staticunittest && make check ; cd ..
|
||||
cd bigintunittest && make check && cd .. && \
|
||||
cd hashunittest && make check && cd .. && \
|
||||
cd kdfunittest && make check && cd .. && \
|
||||
cd staticunittest && make check && cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user