aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_next_algorithm.c
diff options
context:
space:
mode:
Diffstat (limited to 'librecrypt_next_algorithm.c')
-rw-r--r--librecrypt_next_algorithm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/librecrypt_next_algorithm.c b/librecrypt_next_algorithm.c
index 8a44815..937a2f8 100644
--- a/librecrypt_next_algorithm.c
+++ b/librecrypt_next_algorithm.c
@@ -75,8 +75,12 @@ int
main(void)
{
SET_UP_ALARM();
+ INIT_RESOURCE_TEST();
+
testcase_1();
testcase_2();
+
+ STOP_RESOURCE_TEST();
return 0;
}