summaryrefslogtreecommitdiff
path: root/hostapd/hapd_module_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostapd/hapd_module_tests.c')
-rw-r--r--hostapd/hapd_module_tests.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/hostapd/hapd_module_tests.c b/hostapd/hapd_module_tests.c
new file mode 100644
index 0000000000000..f7887ebfb7d34
--- /dev/null
+++ b/hostapd/hapd_module_tests.c
@@ -0,0 +1,17 @@
+/*
+ * 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"
+
+int hapd_module_tests(void)
+{
+ wpa_printf(MSG_INFO, "hostapd module tests");
+ return 0;
+}