aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_algorithms_.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--librecrypt_algorithms_.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/librecrypt_algorithms_.c b/librecrypt_algorithms_.c
index 0213dff..77dfe30 100644
--- a/librecrypt_algorithms_.c
+++ b/librecrypt_algorithms_.c
@@ -38,6 +38,7 @@ main(void)
size_t i;
SET_UP_ALARM();
+ INIT_RESOURCE_TEST();
/* Validate algorithm entry */
for (i = 0u; i < count; i++) {
@@ -89,6 +90,7 @@ main(void)
/* Check that the list has an end-of-list marker */
EXPECT(IS_END_OF_ALGORITHMS(&librecrypt_algorithms_[count]));
+ STOP_RESOURCE_TEST();
return 0;
}