]> git.meshlink.io Git - meshlink-tiny/commit
Update the test suite for Meshlink-tiny.
authorGuus Sliepen <guus@meshlink.io>
Thu, 29 Jul 2021 23:32:03 +0000 (01:32 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 29 Jul 2021 23:32:03 +0000 (01:32 +0200)
commitc1d727418933bb899472aafd604e7e2508826dc6
tree188365922092d6142e529e97d227833d873f7375
parent39972c223310b2e12f3d66615898871daa173f9f
Update the test suite for Meshlink-tiny.

It depends on the full Meshlink library being available as well, which must
be installed or its location should be added to LD_LIBRARY_PATH in order to
be able to run the tests. It is being loaded using dlopen() with the
RTLD_LOCAL and RTLD_DEEPBIND flags to ensure the symbols from the tiny and
full version don't collide.
src/protocol_edge.c
test/.gitignore
test/Makefile.am
test/duplicate.c [deleted file]
test/full.c [new file with mode: 0644]
test/full.h [new file with mode: 0644]
test/import-export.c
test/invite-join.c
test/storage-policy.c
test/utils.c
test/utils.h