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