aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d103ab5..23e16ed 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,10 @@ bench: ## run the Go benchmarks on generated trees
# FUZZ_TARGETS lists every fuzz target as package-directory:FuzzName.
FUZZTIME ?= 20s
FUZZ_TARGETS = \
- internal/sexp:FuzzParse
+ internal/sexp:FuzzParse \
+ internal/journal:FuzzEscapeRoundTrip \
+ internal/journal:FuzzParseLine \
+ internal/journal:FuzzEntryRoundTrip
fuzz: ## run every fuzz target for FUZZTIME each (default 20s); a crasher is saved under testdata/fuzz
@for t in $(FUZZ_TARGETS); do \