aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \