jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

Compiling test codes successfully ,but the generated executable file does not run. #1243

Closed yanluo558 closed 1 year ago

yanluo558 commented 1 year ago

When running the code /test/default/aead_aes256gcm.c, I compiled successfully ,but the generated executable file does not run. Here is my code: gcc aead_aes256gcm.c -o a -lsodium ./a Why this happened?

jedisct1 commented 1 year ago

Hi,

The test suite is compiled and run with the make check command.

See the installation page in the documentation.