mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-03 06:39:33 +00:00
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
|
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 ..
|