Skip to content

Commit

Permalink
clean test results as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Dec 29, 2023
1 parent a7bfa34 commit 907153f
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 @@ -50,9 +50,10 @@ install: buildlocal
install -o $(UID) -g $(GID) -m 444 $(tool).1 $(PREFIX)/man/man1/

clean:
rm -rf $(tool) coverage.out testdata
rm -rf $(tool) coverage.out testdata t/out

test: clean
mkdir -p t/out
go test ./... $(ARGS)

testfuzzy: clean
Expand Down

0 comments on commit 907153f

Please sign in to comment.