lwip/test
Jonathan Neuschäfer 911da26f96 test/fuzz: Fix CC default value in makefile
Unfortunately, CC ?= afl-gcc doesn't work. This is because CC has a
default value (of "cc"), and the ?= operator only assigns a value if the
variable previously had none. "make" currently compiles with cc.

In this patch, I implemented the more elaborate way to achieve what was
probably intended: "make" will use afl-gcc now, and "make CC=foo" will
compile with "foo".
2023-05-11 22:08:40 +02:00
..
fuzz test/fuzz: Fix CC default value in makefile 2023-05-11 22:08:40 +02:00
sockets sockets_stresstest: fix typo (&1, not %1) 2018-04-20 07:52:35 +02:00
unit ci: fix compiling test_tcp_state.c; add to msvc project 2023-05-11 20:26:21 +02:00