test: Rename the reflowed comments test to make it easier to find

This makes running one-of executions of this a bit easier.
This commit is contained in:
James Shubin
2025-02-06 08:19:22 -05:00
parent 8cd7fa27e2
commit 7da98ef349
4 changed files with 22 additions and 11 deletions

View File

@@ -32,11 +32,11 @@ SHELL = /usr/bin/env bash
all: build
build: comment_parser
build: reflowed-comments
clean:
@rm -f comment_parser || true
@rm -f reflowed-comments || true
comment_parser: comment_parser.go
@echo "Generating: comment_parser..."
go build comment_parser.go
reflowed-comments: reflowed-comments.go
@echo "Generating: reflowed-comments..."
go build reflowed-comments.go