github.com/kintar/etxt@v0.0.9/run_tests.sh (about) 1 #!/bin/bash 2 3 # Notice: requires a test_font.ttf file in etxt/ 4 # (any normal font will work) 5 go test -tags gtxt ./... -count=1 -cover | grep "^[^?]"