module_tests.h revision 337817
1/*
2 * Module tests
3 * Copyright (c) 2014-2015, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8
9#ifndef MODULE_TESTS_H
10#define MODULE_TESTS_H
11
12int wpas_module_tests(void);
13int hapd_module_tests(void);
14
15int utils_module_tests(void);
16int wps_module_tests(void);
17int common_module_tests(void);
18int crypto_module_tests(void);
19
20#endif /* MODULE_TESTS_H */
21