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 12 int wpas_module_tests(void); 13 int hapd_module_tests(void); 14 15 int utils_module_tests(void); 16 int wps_module_tests(void); 17 int common_module_tests(void); 18 int crypto_module_tests(void); 19 20 #endif /* MODULE_TESTS_H */ 21