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

Closes: IDF-1861 and IDF-1990
This commit is contained in:
suren.gabrielyan
2020-07-23 17:16:15 +04:00
committed by bot
parent 6f7ae1d751
commit a43c06a592
15 changed files with 646 additions and 107 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)