Commit Graph

4 Commits (39802aae19de848936084b87ee8e40dcfed88539)

Author SHA1 Message Date
Daniel Martí 2067ad57aa ensure that tests with separate packages work 6 years ago
Daniel Martí 30524ea282 shorten 'go test -short' run time
Down from ~11s to ~7s, as we can skip some extra checks.

While at it, avoid duplicate 'go test' builds in test.txt.
6 years ago
Daniel Martí 9cf7df925d make "no such file" test pass on Windows 6 years ago
Daniel Martí bee30aff41 add initial support for running tests
For now, it mainly consists of not garbling Test* funcs, and not
garbling the _testmain.go file that will run them.

Updates #6.
6 years ago