xref: /freebsd-src/contrib/wpa/hostapd/hapd_module_tests.c (revision 780fb4a2fa9a9aee5ac48a60b790f567c0dc13e9)
15b9c547cSRui Paulo /*
25b9c547cSRui Paulo  * hostapd module tests
35b9c547cSRui Paulo  * Copyright (c) 2014, Jouni Malinen <j@w1.fi>
45b9c547cSRui Paulo  *
55b9c547cSRui Paulo  * This software may be distributed under the terms of the BSD license.
65b9c547cSRui Paulo  * See README for more details.
75b9c547cSRui Paulo  */
85b9c547cSRui Paulo 
95b9c547cSRui Paulo #include "utils/includes.h"
105b9c547cSRui Paulo 
115b9c547cSRui Paulo #include "utils/common.h"
12*780fb4a2SCy Schubert #include "utils/module_tests.h"
135b9c547cSRui Paulo 
hapd_module_tests(void)145b9c547cSRui Paulo int hapd_module_tests(void)
155b9c547cSRui Paulo {
165b9c547cSRui Paulo 	wpa_printf(MSG_INFO, "hostapd module tests");
175b9c547cSRui Paulo 	return 0;
185b9c547cSRui Paulo }
19