mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
modules/key/server: Only run the seed test ifdef RB_DEBUG.
This commit is contained in:
parent
36d1d41a8b
commit
184d00f985
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ method_get
|
|||
server_resource, "GET", handle_get
|
||||
};
|
||||
|
||||
__attribute__((constructor))
|
||||
#ifdef RB_DEBUG
|
||||
__attribute__((constructor))
|
||||
#endif
|
||||
static void
|
||||
_test_ed25519_()
|
||||
noexcept
|
||||
|
|
Loading…
Reference in a new issue