OVMS3-idf/components/esp32/test/test_wifi_lib_git_commit.c
2018-12-10 12:34:16 +08:00

13 lines
213 B
C

/*
Tests for the Wi-Fi
*/
#include "unity.h"
#include "esp_log.h"
#include "esp_wifi_internal.h"
TEST_CASE("wifi lib git commit id","[wifi]")
{
TEST_ESP_OK( esp_wifi_internal_git_commit_id_check() );
}