Commit b3d02f74 authored by Julien Wadel's avatar Julien Wadel
Browse files

Tester : adapt declarations of suites.

1 merge request!12Tester : adapt declarations of suites.
Showing with 1 addition and 1 deletion
......@@ -546,4 +546,4 @@ static test_t crypto_tests[] = {
};
test_suite_t crypto_test_suite = {"Crypto", NULL, NULL, NULL, NULL,
sizeof(crypto_tests) / sizeof(crypto_tests[0]), crypto_tests};
sizeof(crypto_tests) / sizeof(crypto_tests[0]), crypto_tests, 0};
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment