xref: /netbsd-src/external/bsd/wpa/dist/hostapd/hapd_module_tests.c (revision 36ebd06e5ab61115eab7acca17a2350fc8222071)
13c260e60Schristos /*
23c260e60Schristos  * hostapd module tests
33c260e60Schristos  * Copyright (c) 2014, Jouni Malinen <j@w1.fi>
43c260e60Schristos  *
53c260e60Schristos  * This software may be distributed under the terms of the BSD license.
63c260e60Schristos  * See README for more details.
73c260e60Schristos  */
83c260e60Schristos 
93c260e60Schristos #include "utils/includes.h"
103c260e60Schristos 
113c260e60Schristos #include "utils/common.h"
12*36ebd06eSchristos #include "utils/module_tests.h"
133c260e60Schristos 
hapd_module_tests(void)143c260e60Schristos int hapd_module_tests(void)
153c260e60Schristos {
163c260e60Schristos 	wpa_printf(MSG_INFO, "hostapd module tests");
173c260e60Schristos 	return 0;
183c260e60Schristos }
19