goext/Makefile

11 lines
262 B
Makefile
Raw Normal View History

2022-10-29 15:34:40 +02:00
run:
echo "This is a library - can't be run" && false
test:
2023-06-02 09:44:31 +02:00
# go test ./...
which gotestsum || go install gotest.tools/gotestsum@latest
gotestsum --format "testname" -- -tags="timetzdata sqlite_fts5 sqlite_foreign_keys" "./test"
2022-11-19 13:34:21 +01:00
version:
_data/version.sh