Dmitry Shmidt | 7f93d6f | 2014-02-21 11:22:49 -0800 | [diff] [blame] | 1 | /* |
| 2 | * hostapd module tests |
| 3 | * Copyright (c) 2014, 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 | #include "utils/includes.h" |
| 10 | |
| 11 | #include "utils/common.h" |
Dmitry Shmidt | 4ae50e6 | 2016-06-27 13:48:39 -0700 | [diff] [blame] | 12 | #include "utils/module_tests.h" |
Dmitry Shmidt | 7f93d6f | 2014-02-21 11:22:49 -0800 | [diff] [blame] | 13 | |
| 14 | int hapd_module_tests(void) |
| 15 | { |
| 16 | wpa_printf(MSG_INFO, "hostapd module tests"); |
| 17 | return 0; |
| 18 | } |