OVMS3-idf/components/esp_wifi/test/test_wifi_lib_git_commit.c
2019-04-01 20:04:52 +08:00

13 lines
212 B
C

/*
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() );
}