From 467775ef26fd5367835f4bde3b78c3488ff86e2d Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Fri, 12 Jul 2024 19:37:00 +0200 Subject: [PATCH] programs: fuzz: Fix comment Signed-off-by: Ronald Cron --- programs/fuzz/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/programs/fuzz/Makefile b/programs/fuzz/Makefile index 828e5184a..71cba0bcd 100644 --- a/programs/fuzz/Makefile +++ b/programs/fuzz/Makefile @@ -9,9 +9,7 @@ ifdef FUZZINGENGINE LOCAL_LDFLAGS += -lFuzzingEngine endif -# A test application is built for each suites/test_suite_*.data file. -# Application name is same as .data file's base name and can be -# constructed by stripping path 'suites/' and extension .data. +# A test application is built for each fuzz_*.c file. APPS = $(basename $(wildcard fuzz_*.c)) # Construct executable name by adding OS specific suffix $(EXEXT).