Commit 2242323
committed
tests: do not generate custom build for rng test
As a follow up to e15b34f, we modify the rng failure test so that it
does not generate a new build. To achieve this we do the following:
* Modify compontents and rules to not generate a cusom build.
* Remove the custom test_rng_fail config.
* Do not link the rng failure test against notrandombytes.c and instead
implement our own randombytes.
* Updated test function names to use standard crypto_sign_* API
instead of mld_* aliases as the mld_* namespace is no longer available
as we are now using the default build with
MLD_DEFAULT_NAMESPACE_PREFIX. Those functions which are not exposed
in this way by default are wrapped with MLD_API_NAMESPACE.
Signed-off-by: Andreas Hatziiliou <andreas.hatziiliou@savoirfairelinux.com>1 parent 052ee8d commit 2242323
File tree
6 files changed
+73
-833
lines changed- test
- configs
- mk
- src
6 files changed
+73
-833
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
0 commit comments