mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 08:24:11 -04:00
programs: fuzz: Fix comment
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
c025f31399
commit
467775ef26
@ -9,9 +9,7 @@ ifdef FUZZINGENGINE
|
|||||||
LOCAL_LDFLAGS += -lFuzzingEngine
|
LOCAL_LDFLAGS += -lFuzzingEngine
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# A test application is built for each suites/test_suite_*.data file.
|
# A test application is built for each fuzz_*.c file.
|
||||||
# Application name is same as .data file's base name and can be
|
|
||||||
# constructed by stripping path 'suites/' and extension .data.
|
|
||||||
APPS = $(basename $(wildcard fuzz_*.c))
|
APPS = $(basename $(wildcard fuzz_*.c))
|
||||||
|
|
||||||
# Construct executable name by adding OS specific suffix $(EXEXT).
|
# Construct executable name by adding OS specific suffix $(EXEXT).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user