added testscript test to test the combination of all tasks

This commit is contained in:
2025-01-14 12:22:35 +01:00
parent 54c9e93301
commit 4a41833b53
13 changed files with 247 additions and 7 deletions

View File

@@ -66,11 +66,10 @@ clean:
rm -rf $(tool) releases coverage.out
test:
go test -v ./...
bash t/test.sh
go test ./... $(OPTS)
singletest:
@echo "Call like this: ''make singletest TEST=TestPrepareColumns MOD=lib"
@echo "Call like this: 'make singletest TEST=TestPrepareColumns MOD=lib'"
go test -run $(TEST) github.com/tlinden/tablizer/$(MOD)
cover-report: