mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
derive esp_wifi from esp32 component
This commit is contained in:
12
components/esp_wifi/test/test_wifi_lib_git_commit.c
Normal file
12
components/esp_wifi/test/test_wifi_lib_git_commit.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Tests for the Wi-Fi
|
||||
*/
|
||||
#include "unity.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_private/wifi.h"
|
||||
|
||||
TEST_CASE("wifi lib git commit id","[wifi]")
|
||||
{
|
||||
TEST_ESP_OK( esp_wifi_internal_git_commit_id_check() );
|
||||
}
|
||||
|
Reference in New Issue
Block a user