goext/Makefile
2023-08-14 16:32:39 +02:00

11 lines
261 B
Makefile

run:
echo "This is a library - can't be run" && false
test:
# go test ./...
which gotestsum || go install gotest.tools/gotestsum@latest
gotestsum --format "testname" -- -tags="timetzdata sqlite_fts5 sqlite_foreign_keys" "./..."
version:
_data/version.sh