blob: 0f1156142559348cc53ef081e8cf99a97a6e9d3e [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
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
13int main(int argc, char *argv[])
14{
15 return crypto_module_tests();
16}