mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-22 13:24:26 -04:00
add fork of libsam3
add funtion to get i2p certificate crypto algo names
This commit is contained in:
parent
130d846e47
commit
76f0678820
25 changed files with 5858 additions and 7 deletions
12
supportlibs/libsam3/test/test.c
Normal file
12
supportlibs/libsam3/test/test.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#include "../src/ext/tinytest.h"
|
||||
#include "../src/ext/tinytest_macros.h"
|
||||
|
||||
extern struct testcase_t b32_tests[];
|
||||
|
||||
struct testgroup_t test_groups[] = {{"b32/", b32_tests}, END_OF_GROUPS};
|
||||
|
||||
int main(int argc, const char **argv) {
|
||||
return tinytest_main(argc, argv, test_groups);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue