0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

modules/key/server: Only run the seed test ifdef RB_DEBUG.

This commit is contained in:
Jason Volk 2018-04-04 01:27:45 -07:00
parent 36d1d41a8b
commit 184d00f985

View file

@ -54,7 +54,9 @@ method_get
server_resource, "GET", handle_get
};
__attribute__((constructor))
#ifdef RB_DEBUG
__attribute__((constructor))
#endif
static void
_test_ed25519_()
noexcept