On Wed, May 01, 2024 at 01:07:07AM -0400, Russ Sharek wrote:
> Here's a diff that adds both the NO_TEST and README.md to the port.
I know nothing about go, but I had a quick look into getting the tests working.
According to the interwebs, adding a do-test target this should run all tests
in the source dir:
```
do-test:
cd ${WRKSRC} && ${MODGO_CMD} test ./...
```
But if you run `go test cmd` much more tests are run, which leads me to believe
that the above isn't running all of the tests as advertised.
I'm not really sure why the default `do-test` isn't sufficient either.
Right, that's it. I'm invoking abieber@ :)
Any ideas abieber@?
--
Best Regards
Edd Barrett
https://www.theunixzoo.co.uk
No comments:
Post a Comment