summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-14 20:10:01 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-14 20:10:01 +0200
commitaa24cfb344b1b3eaef7217d996359023cd72ba28 (patch)
treeee0d981d3add58451a83de13ac56be4a8b165eea /Makefile
parent00aae60378982902b871a87850e0ed427b28a347 (diff)
downloadkrino-aa24cfb344b1b3eaef7217d996359023cd72ba28.tar.gz
krino-aa24cfb344b1b3eaef7217d996359023cd72ba28.zip
plan 8: fuzz decoders; fold ẞ and invalid UTF-8 correctly, refuse non-UTF-8 paths in krino new
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cfc8f1..4713ecb 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,16 @@ FUZZ_TARGETS = \
internal/journal:FuzzParseLine \
internal/journal:FuzzEntryRoundTrip \
internal/trash:FuzzPercentRoundTrip \
- internal/trash:FuzzParsePath
+ internal/trash:FuzzParsePath \
+ internal/sexp:FuzzQuoteRoundTrip \
+ internal/config:FuzzParseSize \
+ internal/config:FuzzParseDuration \
+ internal/norm:FuzzTextIdempotent \
+ internal/plan:FuzzExpand \
+ internal/ignore:FuzzMatch \
+ internal/kwcache:FuzzLoad \
+ internal/extract:FuzzStripMarkup \
+ internal/extract:FuzzZipText
fuzz: ## run every fuzz target for FUZZTIME each (default 20s); a crasher is saved under testdata/fuzz
@for t in $(FUZZ_TARGETS); do \