add comments support (#7)

This commit is contained in:
T.v.Dein
2023-11-07 14:18:46 +01:00
committed by GitHub
parent e963a770a7
commit 2ce8cc7a7e
5 changed files with 90 additions and 3 deletions

View File

@@ -57,8 +57,8 @@ test:
go test -v ./...
singletest:
@echo "Call like this: ''make singletest TEST=TestPrepareColumns MOD=lib"
go test -run $(TEST) github.com/tlinden/rpn/$(MOD)
@echo "Call like this: ''make singletest TEST=TestPrepareColumns"
go test -run $(TEST)
cover-report:
go test ./... -cover -coverprofile=coverage.out