Mark wpas_data_test_rx() static
[mech_eap.git] / wpa_supplicant / wpas_module_tests.c
index 38493d4..6af1678 100644 (file)
@@ -92,5 +92,17 @@ int wpas_module_tests(void)
                        ret = -1;
        }
 
+       {
+               int common_module_tests(void);
+               if (common_module_tests() < 0)
+                       ret = -1;
+       }
+
+       {
+               int crypto_module_tests(void);
+               if (crypto_module_tests() < 0)
+                       ret = -1;
+       }
+
        return ret;
 }