1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-20 02:25:14 -07:00
libsodium/test/default/sodium_core.c

11 lines
121 B
C
Raw Normal View History

2013-04-25 22:37:15 -07:00
#define TEST_NAME "sodium_core"
#include "cmptest.h"
int main(void)
{
printf ("%d\n", sodium_init());
return 0;
}