Skip to content

Commit

Permalink
Don't run fuzz_size_bounds in 'make check'
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkasad committed May 15, 2024
1 parent c50cefc commit 0805fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ TESTS = \
collect \
transform_reverse \
fuzz_size_bounds
NORUN = fuzz_size_bounds
TESTS_BIN = $(addprefix tests/,$(TESTS))
TESTS_REPORTS = $(addsuffix .out,$(TESTS_BIN))

Expand Down Expand Up @@ -170,4 +171,4 @@ uninstall:

.PHONY: check
check: ./tests/run.sh $(TESTS_BIN)
@$< $(TESTS)
@$< $(filter-out $(NORUN),$(TESTS))

0 comments on commit 0805fcf

Please sign in to comment.