test_wifi_lib_git_commit.c 213 B

123456789101112
  1. /*
  2. Tests for the Wi-Fi
  3. */
  4. #include "unity.h"
  5. #include "esp_log.h"
  6. #include "esp_wifi_internal.h"
  7. TEST_CASE("wifi lib git commit id","[wifi]")
  8. {
  9. TEST_ESP_OK( esp_wifi_internal_git_commit_id_check() );
  10. }