aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_wipe_str.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--librecrypt_wipe_str.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/librecrypt_wipe_str.c b/librecrypt_wipe_str.c
index 81f9d54..75a4ade 100644
--- a/librecrypt_wipe_str.c
+++ b/librecrypt_wipe_str.c
@@ -27,6 +27,7 @@ main(void)
size_t i;
SET_UP_ALARM();
+ INIT_RESOURCE_TEST();
/* Check NULL is supported */
librecrypt_wipe_str(NULL);
@@ -38,6 +39,7 @@ main(void)
CHECK(" hello developer ");
CHECK("\1 hello developer \1");
+ STOP_RESOURCE_TEST();
return 0;
}