mdns, dns, dhcp, dhcps: update fuzzer test to work in CI

Closes: IDF-1861 and IDF-1990


* Original commit: espressif/esp-idf@a43c06a592
This commit is contained in:
suren.gabrielyan
2020-07-23 17:16:15 +04:00
committed by suren-gabrielyan-espressif
parent 9772e49b26
commit e0bc60a586
10 changed files with 597 additions and 104 deletions

View File

@@ -0,0 +1,8 @@
# The following four lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(fuzz_test_update)