b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* |
2 | * crypto module tests - test program | ||||
3 | * Copyright (c) 2022, Glenn Strauss <gstrauss@gluelogic.com> | ||||
4 | * | ||||
5 | * This software may be distributed under the terms of the BSD license. | ||||
6 | * See README for more details. | ||||
7 | */ | ||||
8 | |||||
9 | #include "utils/includes.h" | ||||
10 | #include "utils/module_tests.h" | ||||
11 | #include "crypto/crypto_module_tests.c" | ||||
12 | |||||
13 | int main(int argc, char *argv[]) | ||||
14 | { | ||||
15 | return crypto_module_tests(); | ||||
16 | } |