summaryrefslogtreecommitdiffstats
path: root/contrib/wpa/hostapd/hapd_module_tests.c
blob: a5016f22bf092e121814612f975ce3a0de8bcc8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * hostapd module tests
 * Copyright (c) 2014, Jouni Malinen <j@w1.fi>
 *
 * This software may be distributed under the terms of the BSD license.
 * See README for more details.
 */

#include "utils/includes.h"

#include "utils/common.h"
#include "utils/module_tests.h"

int hapd_module_tests(void)
{
	wpa_printf(MSG_INFO, "hostapd module tests");
	return 0;
}
OpenPOWER on IntegriCloud