Skip to content

Commit fc53888

Browse files
CI: Add a test to pre-check fuzzer tests compilation before weekly run
* Original commit: espressif/esp-idf@637f5c0
1 parent 7635c04 commit fc53888

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/mdns/test_afl_fuzz_host/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi
2727
-I$(COMPONENTS_DIR)/lwip/lwip/src/include \
2828
-I$(COMPONENTS_DIR)/lwip/port/esp32/include \
2929
-I$(COMPONENTS_DIR)/lwip/lwip/src/include/lwip/apps \
30+
-I$(COMPONENTS_DIR)/newlib/platform_include \
3031
-I$(COMPONENTS_DIR)/soc/include \
3132
-I$(COMPONENTS_DIR)/soc/include \
3233
-I$(COMPONENTS_DIR)/soc/esp32/include \
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#pragma once
22
#define IRAM_ATTR
33
#define FLAG_ATTR(TYPE)
4+
#define QUEUE_H
5+
#define __XTENSA_API_H__
6+
#define SSIZE_MAX INT_MAX

0 commit comments

Comments
 (0)